Home
last modified time | relevance | path

Searched refs:SuppressTemplateArgsInCXXConstructors (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DPrettyPrinter.h47 SuppressTemplateArgsInCXXConstructors(false), in PrintingPolicy()
157 unsigned SuppressTemplateArgsInCXXConstructors : 1; member
/external/clang/lib/Index/
DIndexSymbol.cpp302 Policy.SuppressTemplateArgsInCXXConstructors = true; in printSymbolName()
DUSRGeneration.cpp217 Policy.SuppressTemplateArgsInCXXConstructors = true; in VisitFunctionDecl()
/external/clang/lib/AST/
DDeclarationName.cpp146 if (Policy.SuppressTemplateArgsInCXXConstructors) { in printCXXConstructorDestructorName()