Home
last modified time | relevance | path

Searched refs:getExternLoc (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/AST/
DDeclTemplate.cpp779 if (getExternLoc().isValid()) in getSourceRange()
780 Begin = getExternLoc(); in getSourceRange()
DASTImporter.cpp3865 SourceLocation ExternLoc = Importer.Import(D->getExternLoc()); in VisitLinkageSpecDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1062 Record.AddSourceLocation(D->getExternLoc()); in VisitLinkageSpecDecl()
1372 Record.AddSourceLocation(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
1421 Record.AddSourceLocation(D->getExternLoc()); in VisitVarTemplateSpecializationDecl()
/external/clang/include/clang/AST/
DDeclTemplate.h1737 SourceLocation getExternLoc() const {
2574 SourceLocation getExternLoc() const {
DDeclCXX.h2575 SourceLocation getExternLoc() const { return ExternLoc; } in getExternLoc() function
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp3048 return LSD->getExternLoc(); in getFunctionSourceLocation()
3076 Location = LSD->getExternLoc(); in RewriteLineDirective()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2784 InstD->setExternLoc(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()