Home
last modified time | relevance | path

Searched refs:setFoundDecl (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DTypeLoc.cpp626 setFoundDecl(nullptr); in initializeLocal()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLoc.h2160 void setFoundDecl(NamedDecl *D) { in setFoundDecl() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp6146 TL.setFoundDecl(nullptr); in VisitAutoTypeLoc()
H A DTreeTransform.h6670 NewTL.setFoundDecl(TL.getFoundDecl()); in TransformAutoType()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp6721 TL.setFoundDecl(Reader.readDeclAs<NamedDecl>()); in VisitAutoTypeLoc()