Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp971 if (getExternLoc().isValid()) in getSourceRange()
972 Begin = getExternLoc(); in getSourceRange()
H A DASTImporter.cpp4599 ExpectedSLoc ExternLocOrErr = import(D->getExternLoc()); in VisitLinkageSpecDecl()
5764 if (auto LocOrErr = import(D->getExternLoc())) in VisitClassTemplateSpecializationDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1217 Record.AddSourceLocation(D->getExternLoc()); in VisitLinkageSpecDecl()
1565 Record.AddSourceLocation(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
1614 Record.AddSourceLocation(D->getExternLoc()); in VisitVarTemplateSpecializationDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h2026 SourceLocation getExternLoc() const {
2878 SourceLocation getExternLoc() const {
H A DDeclCXX.h2839 SourceLocation getExternLoc() const { return ExternLoc; } in getExternLoc() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp733 Builder.getTemplateRange(C), Builder.findToken(C->getExternLoc()), in TraverseClassTemplateSpecializationDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3049 return LSD->getExternLoc(); in getFunctionSourceLocation()
3077 Location = LSD->getExternLoc(); in RewriteLineDirective()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3716 InstD->setExternLoc(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
H A DSemaTemplate.cpp7938 Diag(LSD->getExternLoc(), diag::note_extern_c_begins_here); in CheckTemplateDeclScope()
H A DSemaDeclCXX.cpp15890 Diag(LSD->getExternLoc(), diag::note_extern_c_begins_here); in CheckLiteralOperatorDeclaration()