Home
last modified time | relevance | path

Searched refs:setExternLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2982 void setExternLoc(SourceLocation L) { ExternLoc = L; } in setExternLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1812 D->setExternLoc(readSourceLocation()); in VisitLinkageSpecDecl()