Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2327 void setDefaultLoc(SourceLocation NewLoc) { in setDefaultLoc() function
H A DStmt.h1976 void setDefaultLoc(SourceLocation L) { setKeywordLoc(L); }
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1090 FD->setDefaultLoc(readSourceLocation()); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp3994 ToFunction->setDefaultLoc(ToDefaultLoc); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp18016 FD->setDefaultLoc(DefaultLoc); in SetDeclDefaulted()