HomeSort by relevance Sort by last modified time
    Searched refs:getAsType (Results 1 - 25 of 32) sorted by null

1 2

  /external/clang/lib/AST/
NestedNameSpecifier.cpp 61 (Prefix->getAsType() == 0 && Prefix->getAsIdentifier() == 0)) &&
76 (Prefix->getAsType() == 0 && Prefix->getAsIdentifier() == 0)) &&
170 return getAsType()->isDependentType();
191 return getAsType()->isInstantiationDependentType();
209 return getAsType()->containsUnexpandedParameterPack();
248 const Type *T = getAsType();
377 TypeLoc TL(Qualifier->getAsType(), TypeData);
394 return TypeLoc(Qualifier->getAsType(), TypeData);
580 = Context.getTrivialTypeSourceInfo(QualType(NNS->getAsType(), 0),
TypeLoc.cpp 309 Context.getTrivialTypeSourceInfo(Args[i].getAsType(),
ItaniumMangle.cpp 816 const Type *type = qualifier->getAsType();
    [all...]
Type.cpp     [all...]
DumpXML.cpp 314 dispatch(A.getAsType());
StmtProfile.cpp 1151 VisitType(Arg.getAsType());
ASTImporter.cpp 318 return Context.IsStructurallyEquivalent(Arg1.getAsType(), Arg2.getAsType());
    [all...]
ExprCXX.cpp     [all...]
ASTContext.cpp     [all...]
Decl.cpp 151 LV.merge(getLVForType(Args[I].getAsType()));
    [all...]
  /external/clang/include/clang/Sema/
ParsedTemplate.h 70 ParsedType getAsType() const {
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 176 const Type *getAsType() const {
TemplateBase.h 253 QualType getAsType() const {
RecursiveASTVisitor.h 630 TRY_TO(TraverseType(QualType(NNS->getAsType(), 0)));
706 return getDerived().TraverseType(Arg.getAsType());
742 return getDerived().TraverseType(Arg.getAsType());
    [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 96 const Type *NNSType = NNS->getAsType();
151 const TagType *Tag = NNS->getAsType()->getAs<TagType>();
193 if (!NNS->getAsType())
196 QualType T = QualType(NNS->getAsType(), 0);
    [all...]
SemaTemplateDeduction.cpp 184 Context.hasSameType(X.getAsType(), Y.getAsType()))
    [all...]
SemaTemplate.cpp 495 QualType T = SemaRef.GetTypeFromParser(Arg.getAsType(), &DI);
    [all...]
SemaTemplateVariadic.cpp 368 TypeResult Result = ActOnPackExpansion(Arg.getAsType(), EllipsisLoc);
SemaTemplateInstantiate.cpp     [all...]
SemaLookup.cpp     [all...]
SemaType.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCXX.cpp 323 const Type *QTy = Qual->getAsType();
CGExprAgg.cpp 300 return specialization->getTemplateArgs()[0].getAsType();
    [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 751 VisitType(Arg.getAsType());
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 439 milliseconds

1 2