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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
LocInfoType.h 44 QualType getType() const { return getCanonicalTypeInternal(); }
Type.h 2451 QualType getCanonicalTypeInternal() const {
4803 QualType Can = getCanonicalTypeInternal();
4865 return getCanonicalTypeInternal();
4963 QualType desugar() const { return getCanonicalTypeInternal(); }
4968 return !isCanonicalUnqualified() ? getCanonicalTypeInternal() : QualType();
5148 return isa<InjectedClassNameType>(getCanonicalTypeInternal());
5206 return isTypeAlias() ? getAliasedType() : getCanonicalTypeInternal();
5775 QualType desugar() const { return getCanonicalTypeInternal(); }
6508 if (!getTypePtr()->getCanonicalTypeInternal().hasLocalQualifiers())
6515 if (!getTypePtr()->getCanonicalTypeInternal().hasLocalQualifiers()
    [all...]
CanonicalType.h 215 return CanQualType::CreateUnsafe(getCanonicalTypeInternal());
ASTContext.h 2386 return T->getCanonicalTypeInternal().getTypePtr();
  /src/external/apache2/llvm/dist/clang/lib/AST/
QualTypeNames.cpp 143 TST->getCanonicalTypeInternal());
175 TSTRecord->getCanonicalTypeInternal());
TemplateBase.cpp 125 Out << "(" << T->getCanonicalTypeInternal().getAsString(Policy) << ")"
130 Out << "(" << T->getCanonicalTypeInternal().getAsString(Policy) << ")"
Type.cpp 2597 if (isa<AutoType>(BaseTy->getCanonicalTypeInternal()))
3234 } else if (getCanonicalTypeInternal()->isDependentType()) {
3736 Profile(ID, getDecl(), getCanonicalTypeInternal(),
3788 const Type *CT = T->getCanonicalTypeInternal().getTypePtr();
4006 .computeTypeLinkageInfo(getCanonicalTypeInternal())
4013 return computeTypeLinkageInfo(T->getCanonicalTypeInternal());
4039 QualType type = getCanonicalTypeInternal();
4237 const Type *canon = getCanonicalTypeInternal().getTypePtr();
ASTContext.cpp 2929 SplitQualType canonSplit = baseType->getCanonicalTypeInternal().split();
6925 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
6968 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
7039 dyn_cast<ArrayType>(PType->getCanonicalTypeInternal())) {
8597 QualType CT = Ty->getCanonicalTypeInternal();
ASTImporter.cpp 1554 if (T != T->getCanonicalTypeInternal().getTypePtr()) {
1555 if (ExpectedType TyOrErr = import(T->getCanonicalTypeInternal()))
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp 32 const Type *Ty = T->getCanonicalTypeInternal().getTypePtr();
SemaChecking.cpp 1138 EltTy, ArgTy->getPointeeType()->getCanonicalTypeInternal())) {
6077 if (Arg2Ty->getCanonicalTypeInternal().withoutLocalFastQualifiers() != SizeTy)
10677 T->getCanonicalTypeInternal().getTypePtr());
SemaLookup.cpp 2821 const Type *T = Ty->getCanonicalTypeInternal().getTypePtr();
SemaTemplate.cpp 3792 if (CanonType != Injected->getCanonicalTypeInternal())
SemaDeclCXX.cpp 3766 BaseClasses.erase(BaseClass->getCanonicalTypeInternal());
  /src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
ASTDiff.cpp 435 T->getTypeForDecl()->getCanonicalTypeInternal().getAsString(TypePP) +
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExprCXX.cpp 1880 getCurScope(), TypeRep.get()->getCanonicalTypeInternal(),
3137 getCurScope(), TypeRep.get()->getCanonicalTypeInternal(),
ParseDecl.cpp 2392 getCurScope(), ThisVarDecl->getType()->getCanonicalTypeInternal(),
2412 getCurScope(), ThisVarDecl->getType()->getCanonicalTypeInternal(),
ParseOpenMP.cpp 472 getCurScope(), OmpPrivParm->getType()->getCanonicalTypeInternal(),
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 2975 if (X->getAsType()->getCanonicalTypeInternal() !=
2976 Y->getAsType()->getCanonicalTypeInternal())
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp 80 RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal();
CGOpenMPRuntime.cpp 9016 BaseType = OrigType->getCanonicalTypeInternal().getTypePtr();

Completed in 132 milliseconds