Home
last modified time | relevance | path

Searched defs:AutoType (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/unittests/AST/
H A DASTDumperTest.cpp73 TEST(ASTDumper, AutoType) { in TEST() argument
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1633 TEST_P(ASTMatchersTest,AutoType) TEST_P() argument
/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2647 QualType AutoType = Context.getAutoDeductType(); BuildCXXForRangeStmt() local
/llvm-project/clang/lib/AST/
H A DType.cpp5088 AutoType::AutoType(QualType DeducedAsType, AutoTypeKeyword Keyword, AutoType() function in AutoType