Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclTemplate.cpp970 if (getExternLoc().isValid()) in getSourceRange()
971 Begin = getExternLoc(); in getSourceRange()
H A DASTImporter.cpp4536 ExpectedSLoc ExternLocOrErr = import(D->getExternLoc()); in VisitLinkageSpecDecl()
5657 if (auto LocOrErr = import(D->getExternLoc())) in VisitClassTemplateSpecializationDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1215 Record.AddSourceLocation(D->getExternLoc()); in VisitLinkageSpecDecl()
1547 Record.AddSourceLocation(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
1596 Record.AddSourceLocation(D->getExternLoc()); in VisitVarTemplateSpecializationDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclTemplate.h2026 SourceLocation getExternLoc() const {
2878 SourceLocation getExternLoc() const {
H A DDeclCXX.h2837 SourceLocation getExternLoc() const { return ExternLoc; } in getExternLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp733 Builder.getTemplateRange(C), Builder.findToken(C->getExternLoc()), in TraverseClassTemplateSpecializationDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3049 return LSD->getExternLoc(); in getFunctionSourceLocation()
3077 Location = LSD->getExternLoc(); in RewriteLineDirective()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3592 InstD->setExternLoc(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
H A DSemaTemplate.cpp7938 Diag(LSD->getExternLoc(), diag::note_extern_c_begins_here); in CheckTemplateDeclScope()
H A DSemaDeclCXX.cpp15685 Diag(LSD->getExternLoc(), diag::note_extern_c_begins_here); in CheckLiteralOperatorDeclaration()