HomeSort by relevance Sort by last modified time
    Searched refs:getCXXNameType (Results 1 - 20 of 20) sorted by null

  /external/clang/lib/AST/
DeclarationName.cpp 115 if (QualTypeOrdering()(LHS.getCXXNameType(), RHS.getCXXNameType()))
117 if (QualTypeOrdering()(RHS.getCXXNameType(), LHS.getCXXNameType()))
170 return printCXXConstructorDestructorName(N.getCXXNameType(), OS, Policy);
174 return printCXXConstructorDestructorName(N.getCXXNameType(), OS, Policy);
200 QualType Type = N.getCXXNameType();
265 QualType T = getCXXNameType();
276 QualType DeclarationName::getCXXNameType() const {
515 return Name.getCXXNameType()->containsUnexpandedParameterPack()
    [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp     [all...]
Expr.cpp 243 QualType T = D->getDeclName().getCXXNameType();
    [all...]
  /external/clang/include/clang/AST/
DeclarationName.h 250 /// getCXXNameType - If this name is one of the C++ names (of a
253 QualType getCXXNameType() const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 247 /// getCXXNameType - If this name is one of the C++ names (of a
250 QualType getCXXNameType() const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 247 /// getCXXNameType - If this name is one of the C++ names (of a
250 QualType getCXXNameType() const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 247 /// getCXXNameType - If this name is one of the C++ names (of a
250 QualType getCXXNameType() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 247 /// getCXXNameType - If this name is one of the C++ names (of a
250 QualType getCXXNameType() const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 247 /// getCXXNameType - If this name is one of the C++ names (of a
250 QualType getCXXNameType() const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 247 /// getCXXNameType - If this name is one of the C++ names (of a
250 QualType getCXXNameType() const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 247 /// getCXXNameType - If this name is one of the C++ names (of a
250 QualType getCXXNameType() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 247 /// getCXXNameType - If this name is one of the C++ names (of a
250 QualType getCXXNameType() const;
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 333 if (!NameInfo.getName().getCXXNameType()->containsUnexpandedParameterPack())
341 .TraverseType(NameInfo.getName().getCXXNameType());
    [all...]
SemaLookup.cpp 851 R.getLookupName().getCXXNameType()->isDependentType() ||
    [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 140 milliseconds