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 DStmt.h2097 void setDefaultLoc(SourceLocation L) { setKeywordLoc(L); }
H A DDecl.h2381 void setDefaultLoc(SourceLocation NewLoc) { in setDefaultLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1078 FD->setDefaultLoc(readSourceLocation()); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4269 ToFunction->setDefaultLoc(ToDefaultLoc); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp18553 FD->setDefaultLoc(DefaultLoc); in SetDeclDefaulted()