Home
last modified time | relevance | path

Searched defs:HasBraces (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DDeclCXX.h2544 unsigned HasBraces : 1; variable
2551 SourceLocation LangLoc, LanguageIDs lang, bool HasBraces) in LinkageSpecDecl()
/external/clang/lib/AST/
DDeclCXX.cpp2019 bool HasBraces) { in Create()
DASTImporter.cpp3868 bool HasBraces = D->hasBraces(); in VisitLinkageSpecDecl() local