Lines Matching refs:base
79 base::Optional<const Type*> Declarations::TryLookupType(
82 if (decls.empty()) return base::nullopt;
123 base::Optional<Builtin*> Declarations::TryLookupBuiltin(
126 if (builtins.empty()) return base::nullopt;
154 base::Optional<GenericType*> Declarations::TryLookupGenericType(
157 if (results.empty()) return base::nullopt;
184 base::Optional<Statement*> body,
202 base::Optional<std::string> external_assembler_name,
203 const Signature& signature, base::Optional<Statement*> body,
204 base::Optional<std::string> op, bool is_user_defined) {
261 base::Optional<Statement*> body) {
271 base::Optional<Statement*> body) {