Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp1593 TEST_P(ASTMatchersTest, AutoType) { in TEST_P() argument
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp4459 AutoType::AutoType(QualType DeducedAsType, AutoTypeKeyword Keyword, in AutoType() function in AutoType
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaStmt.cpp2787 QualType AutoType = Context.getAutoDeductType(); in BuildCXXForRangeStmt() local