Searched refs:getExternLoc (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp787 if (getExternLoc().isValid())
788 Begin = getExternLoc();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp865 Writer.AddSourceLocation(D->getExternLoc(), Record);
1180 Writer.AddSourceLocation(D->getExternLoc(), Record);
1246 Writer.AddSourceLocation(D->getExternLoc(), Record);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclTemplate.h1599 SourceLocation getExternLoc() const { function in class:clang::TemplateParameterList::ClassTemplateSpecializationDecl
2468 SourceLocation getExternLoc() const { function in class:clang::TemplateParameterList::VarTemplateSpecializationDecl
H A DDeclCXX.h2427 SourceLocation getExternLoc() const { return ExternLoc; } function in class:clang::LinkageSpecDecl
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp1231 SourceLocation LocStart = LSD->getExternLoc();
3156 return LSD->getExternLoc();
3184 Location = LSD->getExternLoc();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2443 InstD->setExternLoc(D->getExternLoc());

Completed in 192 milliseconds