HomeSort by: relevance | last modified time | path
    Searched refs:getNullPtrType (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
TemplateBase.cpp 298 return getNullPtrType();
316 getNullPtrType().Profile(ID);
StmtProfile.cpp 2263 VisitType(Arg.getNullPtrType());
Decl.cpp 342 LV.merge(getTypeLinkageAndVisibility(Arg.getNullPtrType()));
MicrosoftMangle.cpp 1589 QualType T = TA.getNullPtrType();
ItaniumMangle.cpp 5326 mangleNullPointer(A.getNullPtrType());
ASTContext.cpp 5993 return TemplateArgument(getCanonicalType(Arg.getNullPtrType()),
ASTImporter.cpp 809 ExpectedType ToTypeOrErr = import(From.getNullPtrType());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TemplateBase.h 287 QualType getNullPtrType() const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 2358 S.Context.hasSameType(Param.getNullPtrType(), Arg.getNullPtrType()))
2396 Arg.getNullPtrType(),
2585 return Context.hasSameType(X.getNullPtrType(), Y.getNullPtrType());
2655 NTTPType = Arg.getNullPtrType();
6119 MarkUsedTemplateParameters(Ctx, TemplateArg.getNullPtrType(), OnlyDeduced,
SemaTemplateInstantiate.cpp 1560 QualType paramType = VD ? arg.getParamTypeForDecl() : arg.getNullPtrType();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 1997 QualType T = TA.getNullPtrType();

Completed in 50 milliseconds