Searched refs:setExternLoc (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclTemplate.h1609 void setExternLoc(SourceLocation Loc) { function in class:clang::TemplateParameterList::ClassTemplateSpecializationDecl
2468 void setExternLoc(SourceLocation Loc) { function in class:clang::TemplateParameterList::VarTemplateSpecializationDecl
H A DDeclCXX.h2498 void setExternLoc(SourceLocation L) { ExternLoc = L; } function in class:clang::LinkageSpecDecl
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2462 InstD->setExternLoc(D->getExternLoc());
H A DSemaTemplate.cpp7172 Specialization->setExternLoc(ExternLoc);
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1120 D->setExternLoc(ReadSourceLocation(Record, Idx));

Completed in 137 milliseconds