Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclTemplate.cpp1000 if (getExternLoc().isValid()) in getSourceRange()
1001 Begin = getExternLoc(); in getSourceRange()
H A DASTImporter.cpp4770 ExpectedSLoc ExternLocOrErr = import(D->getExternLoc()); in VisitLinkageSpecDecl()
5980 if (auto LocOrErr = import(D->getExternLoc())) in VisitClassTemplateSpecializationDecl()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp1246 Record.AddSourceLocation(D->getExternLoc()); in VisitLinkageSpecDecl()
1602 Record.AddSourceLocation(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
1649 Record.AddSourceLocation(D->getExternLoc()); in VisitVarTemplateSpecializationDecl()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclTemplate.h2053 SourceLocation getExternLoc() const {
2906 SourceLocation getExternLoc() const {
H A DDeclCXX.h2887 SourceLocation getExternLoc() const { return ExternLoc; } in getExternLoc() function
/openbsd-src/gnu/llvm/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp738 Builder.getTemplateRange(C), Builder.findToken(C->getExternLoc()), in TraverseClassTemplateSpecializationDecl()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3050 return LSD->getExternLoc(); in getFunctionSourceLocation()
3078 Location = LSD->getExternLoc(); in RewriteLineDirective()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3843 InstD->setExternLoc(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
H A DSemaTemplate.cpp8250 Diag(LSD->getExternLoc(), diag::note_extern_c_begins_here); in CheckTemplateDeclScope()
H A DSemaDeclCXX.cpp16180 Diag(LSD->getExternLoc(), diag::note_extern_c_begins_here); in CheckLiteralOperatorDeclaration()