Searched refs:HasBraces (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 2544 unsigned HasBraces : 1; variable 2551 SourceLocation LangLoc, LanguageIDs lang, bool HasBraces) in LinkageSpecDecl() argument 2553 Language(lang), HasBraces(HasBraces), ExternLoc(ExternLoc), in LinkageSpecDecl() 2560 bool HasBraces); 2571 assert(!RBraceLoc.isValid() || HasBraces); in hasBraces() 2572 return HasBraces; in hasBraces() 2580 HasBraces = RBraceLoc.isValid(); in setRBraceLoc()
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 2019 bool HasBraces) { in Create() argument 2020 return new (C, DC) LinkageSpecDecl(DC, ExternLoc, LangLoc, Lang, HasBraces); in Create()
|
D | ASTImporter.cpp | 3868 bool HasBraces = D->hasBraces(); in VisitLinkageSpecDecl() local 3876 HasBraces); in VisitLinkageSpecDecl() 3878 if (HasBraces) { in VisitLinkageSpecDecl()
|