Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclTemplate.cpp808 if (getExternLoc().isValid()) in getSourceRange()
809 Begin = getExternLoc(); in getSourceRange()
DASTImporter.cpp3641 SourceLocation ExternLoc = Importer.Import(D->getExternLoc()); in VisitLinkageSpecDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1037 Writer.AddSourceLocation(D->getExternLoc(), Record); in VisitLinkageSpecDecl()
1331 Writer.AddSourceLocation(D->getExternLoc(), Record); in VisitClassTemplateSpecializationDecl()
1381 Writer.AddSourceLocation(D->getExternLoc(), Record); in VisitVarTemplateSpecializationDecl()
/external/clang/include/clang/AST/
DDeclTemplate.h1737 SourceLocation getExternLoc() const {
2587 SourceLocation getExternLoc() const {
DDeclCXX.h2509 SourceLocation getExternLoc() const { return ExternLoc; } in getExternLoc() function
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp1217 SourceLocation LocStart = LSD->getExternLoc(); in RewriteLinkageSpec()
3079 return LSD->getExternLoc(); in getFunctionSourceLocation()
3107 Location = LSD->getExternLoc(); in RewriteLineDirective()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2617 InstD->setExternLoc(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()