Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclTemplate.cpp981 if (getExternLoc().isValid()) in getSourceRange()
982 Begin = getExternLoc(); in getSourceRange()
H A DASTImporter.cpp4660 ExpectedSLoc ExternLocOrErr = import(D->getExternLoc()); in VisitLinkageSpecDecl()
5869 if (auto LocOrErr = import(D->getExternLoc())) in VisitClassTemplateSpecializationDecl()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp1227 Record.AddSourceLocation(D->getExternLoc()); in VisitLinkageSpecDecl()
1575 Record.AddSourceLocation(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
1624 Record.AddSourceLocation(D->getExternLoc()); in VisitVarTemplateSpecializationDecl()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclTemplate.h2056 SourceLocation getExternLoc() const {
2909 SourceLocation getExternLoc() const {
H A DDeclCXX.h2873 SourceLocation getExternLoc() const { return ExternLoc; } in getExternLoc() function
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp738 Builder.getTemplateRange(C), Builder.findToken(C->getExternLoc()), in TraverseClassTemplateSpecializationDecl()
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3050 return LSD->getExternLoc(); in getFunctionSourceLocation()
3078 Location = LSD->getExternLoc(); in RewriteLineDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3777 InstD->setExternLoc(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
H A DSemaTemplate.cpp8002 Diag(LSD->getExternLoc(), diag::note_extern_c_begins_here); in CheckTemplateDeclScope()
H A DSemaDeclCXX.cpp16111 Diag(LSD->getExternLoc(), diag::note_extern_c_begins_here); in CheckLiteralOperatorDeclaration()