reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/DeclarationName.cpp
  128   if (Policy.SuppressTemplateArgsInCXXConstructors) {
tools/clang/lib/Index/IndexSymbol.cpp
  479     Policy.SuppressTemplateArgsInCXXConstructors = true;
tools/clang/lib/Index/USRGeneration.cpp
  239   Policy.SuppressTemplateArgsInCXXConstructors = true;
tools/clang/tools/libclang/CIndex.cpp
 4827     return P->SuppressTemplateArgsInCXXConstructors;
 4904     P->SuppressTemplateArgsInCXXConstructors = Value;