Searched refs:LangLoc (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2812 SourceLocation LangLoc, LanguageIDs lang, in LinkageSpecDecl() argument 2814 : Decl(LinkageSpec, DC, LangLoc), DeclContext(LinkageSpec), in LinkageSpecDecl() 2825 SourceLocation LangLoc, in Create() argument 2828 return new (C, DC) LinkageSpecDecl(DC, ExternLoc, LangLoc, Lang, HasBraces); in Create()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | DeclCXX.h | 2849 SourceLocation LangLoc, LanguageIDs lang, bool HasBraces); 2854 SourceLocation LangLoc, LanguageIDs Lang,
|