Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp997 if (getExternLoc().isValid()) in getSourceRange()
998 Begin = getExternLoc(); in getSourceRange()
H A DASTImporter.cpp5003 ExpectedSLoc ExternLocOrErr = import(D->getExternLoc()); in VisitLinkageSpecDecl()
6222 if (auto LocOrErr = import(D->getExternLoc())) in VisitClassTemplateSpecializationDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1310 Record.AddSourceLocation(D->getExternLoc()); in VisitLinkageSpecDecl()
1716 Record.AddSourceLocation(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
1763 Record.AddSourceLocation(D->getExternLoc()); in VisitVarTemplateSpecializationDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h2022 SourceLocation getExternLoc() const {
2818 SourceLocation getExternLoc() const {
H A DDeclCXX.h2966 SourceLocation getExternLoc() const { return ExternLoc; } in getExternLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp738 Builder.getTemplateRange(C), Builder.findToken(C->getExternLoc()), in TraverseClassTemplateSpecializationDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3050 return LSD->getExternLoc(); in getFunctionSourceLocation()
3078 Location = LSD->getExternLoc(); in RewriteLineDirective()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3908 InstD->setExternLoc(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
H A DSemaTemplate.cpp8548 Diag(LSD->getExternLoc(), diag::note_extern_c_begins_here); in CheckTemplateDeclScope()
H A DSemaDeclCXX.cpp16639 Diag(LSD->getExternLoc(), diag::note_extern_c_begins_here); in CheckLiteralOperatorDeclaration()