Searched refs:SuppressScope (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DPrettyPrinter.h39 SuppressTagKeyword(false), SuppressTag(false), SuppressScope(false),
89 bool SuppressScope : 1; member in struct:clang::PrintingPolicy
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp66 bool SuppressScope; member in class:__anon3162::ElaboratedTypePolicyRAII
71 SuppressScope = Policy.SuppressScope;
73 Policy.SuppressScope = true;
78 Policy.SuppressScope = SuppressScope;
883 if (!Policy.SuppressScope)
H A DNestedNameSpecifier.cpp255 InnerPolicy.SuppressScope = true;

Completed in 118 milliseconds