Searched defs:LangLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DDeclCXX.cpp1894 SourceLocation LangLoc,
1897 return new (C, DC) LinkageSpecDecl(DC, ExternLoc, LangLoc, Lang, HasBraces);
1891 Create(ASTContext &C, DeclContext *DC, SourceLocation ExternLoc, SourceLocation LangLoc, LanguageIDs Lang, bool HasBraces) argument
/external/clang/include/clang/AST/
H A DDeclCXX.h2472 SourceLocation LangLoc, LanguageIDs lang, bool HasBraces)
2473 : Decl(LinkageSpec, DC, LangLoc), DeclContext(LinkageSpec),
2480 SourceLocation LangLoc, LanguageIDs Lang,
2471 LinkageSpecDecl(DeclContext *DC, SourceLocation ExternLoc, SourceLocation LangLoc, LanguageIDs lang, bool HasBraces) argument

Completed in 327 milliseconds