Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclTemplate.h1602 void setExternLoc(SourceLocation Loc) {
2488 void setExternLoc(SourceLocation Loc) {
DDeclCXX.h2385 void setExternLoc(SourceLocation L) { ExternLoc = L; } in setExternLoc() function
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1040 D->setExternLoc(ReadSourceLocation(Record, Idx)); in VisitLinkageSpecDecl()
/external/clang/lib/Sema/
DSemaTemplate.cpp6921 Specialization->setExternLoc(ExternLoc); in ActOnExplicitInstantiation()