Home
last modified time | relevance | path

Searched refs:autoType (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp148 REGISTER_MATCHER(autoType); in RegistryMaps()
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1056 const AstTypeMatcher<AutoType> autoType; variable
/freebsd-src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7223 /// autoType()
7225 extern const AstTypeMatcher<AutoType> autoType;
7249 /// autoType(hasDeducedType(isInteger()))