Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2806 QualType AutoType = Context.getAutoDeductType(); BuildCXXForRangeStmt() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4814 AutoType::AutoType(QualType DeducedAsType, AutoTypeKeyword Keyword, AutoType() function in AutoType