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.h2980 SourceLocation getExternLoc() const { return ExternLoc; } in getExternLoc() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1348 Record.AddSourceLocation(D->getExternLoc()); in VisitLinkageSpecDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3049 return LSD->getExternLoc(); in getFunctionSourceLocation()
3077 Location = LSD->getExternLoc(); in RewriteLineDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp7789 Diag(LSD->getExternLoc(), diag::note_extern_c_begins_here); in CheckTemplateDeclScope()
H A DSemaDeclCXX.cpp16511 Diag(LSD->getExternLoc(), diag::note_extern_c_begins_here); in CheckLiteralOperatorDeclaration()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5087 ExpectedSLoc ExternLocOrErr = import(D->getExternLoc()); in VisitLinkageSpecDecl()