Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3043 SourceLocation getExternLoc() const { return ExternLoc; } in getExternLoc() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3048 return LSD->getExternLoc(); in getFunctionSourceLocation()
3076 Location = LSD->getExternLoc(); in RewriteLineDirective()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1522 Record.AddSourceLocation(D->getExternLoc()); in VisitLinkageSpecDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp8219 Diag(LSD->getExternLoc(), diag::note_extern_c_begins_here); in CheckTemplateDeclScope()
H A DSemaDeclCXX.cpp16987 Diag(LSD->getExternLoc(), diag::note_extern_c_begins_here); in CheckLiteralOperatorDeclaration()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5364 ExpectedSLoc ExternLocOrErr = import(D->getExternLoc()); in VisitLinkageSpecDecl()