Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclTemplate.cpp779 if (getExternLoc().isValid()) in getSourceRange()
780 Begin = getExternLoc(); in getSourceRange()
DASTImporter.cpp3865 SourceLocation ExternLoc = Importer.Import(D->getExternLoc()); in VisitLinkageSpecDecl()
/external/llvm-project/clang/lib/AST/
DDeclTemplate.cpp945 if (getExternLoc().isValid()) in getSourceRange()
946 Begin = getExternLoc(); in getSourceRange()
DASTImporter.cpp4464 ExpectedSLoc ExternLocOrErr = import(D->getExternLoc()); in VisitLinkageSpecDecl()
5580 if (auto LocOrErr = import(D->getExternLoc())) in VisitClassTemplateSpecializationDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1062 Record.AddSourceLocation(D->getExternLoc()); in VisitLinkageSpecDecl()
1372 Record.AddSourceLocation(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
1421 Record.AddSourceLocation(D->getExternLoc()); in VisitVarTemplateSpecializationDecl()
/external/clang/include/clang/AST/
DDeclTemplate.h1737 SourceLocation getExternLoc() const {
2574 SourceLocation getExternLoc() const {
DDeclCXX.h2575 SourceLocation getExternLoc() const { return ExternLoc; } in getExternLoc() function
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp1215 Record.AddSourceLocation(D->getExternLoc()); in VisitLinkageSpecDecl()
1547 Record.AddSourceLocation(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
1596 Record.AddSourceLocation(D->getExternLoc()); in VisitVarTemplateSpecializationDecl()
/external/llvm-project/clang/include/clang/AST/
DDeclTemplate.h2025 SourceLocation getExternLoc() const {
2877 SourceLocation getExternLoc() const {
DDeclCXX.h2816 SourceLocation getExternLoc() const { return ExternLoc; } in getExternLoc() function
/external/llvm-project/clang/lib/Tooling/Syntax/
DBuildTree.cpp732 Builder.getTemplateRange(C), Builder.findToken(C->getExternLoc()), in TraverseClassTemplateSpecializationDecl()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp3048 return LSD->getExternLoc(); in getFunctionSourceLocation()
3076 Location = LSD->getExternLoc(); in RewriteLineDirective()
/external/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp3049 return LSD->getExternLoc(); in getFunctionSourceLocation()
3077 Location = LSD->getExternLoc(); in RewriteLineDirective()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2784 InstD->setExternLoc(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3591 InstD->setExternLoc(D->getExternLoc()); in VisitClassTemplateSpecializationDecl()
DSemaTemplate.cpp7948 Diag(LSD->getExternLoc(), diag::note_extern_c_begins_here); in CheckTemplateDeclScope()
DSemaDeclCXX.cpp15611 Diag(LSD->getExternLoc(), diag::note_extern_c_begins_here); in CheckLiteralOperatorDeclaration()