Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp612 setFoundDecl(nullptr); in initializeLocal()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h2096 void setFoundDecl(NamedDecl *D) { in setFoundDecl() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6030 TL.setFoundDecl(nullptr); in VisitAutoTypeLoc()
H A DTreeTransform.h6578 NewTL.setFoundDecl(TL.getFoundDecl()); in TransformAutoType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6676 TL.setFoundDecl(Reader.readDeclAs<NamedDecl>()); in VisitAutoTypeLoc()