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

1 2

  /external/clang/lib/Sema/
SemaLambda.cpp     [all...]
SemaExprCXX.cpp 78 Context.getTrivialTypeSourceInfo(Type, NameLoc));
207 Context.getTrivialTypeSourceInfo(T, NameLoc));
245 Context.getTrivialTypeSourceInfo(MemberOfType, NameLoc));
266 Context.getTrivialTypeSourceInfo(MemberOfType, NameLoc));
279 Context.getTrivialTypeSourceInfo(MemberOfType, NameLoc));
479 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
553 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
789 Context.getTrivialTypeSourceInfo(ThisTy, Loc),
    [all...]
SemaExprObjC.cpp     [all...]
SemaTemplateVariadic.cpp 853 ExpansionTSInfo = Context.getTrivialTypeSourceInfo(Argument.getAsType(),
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 252 DI = SemaRef.Context.getTrivialTypeSourceInfo(SemaRef.Context.IntTy);
271 DI = SemaRef.Context.getTrivialTypeSourceInfo(
    [all...]
SemaObjCProperty.cpp 558 TInfo = Context.getTrivialTypeSourceInfo(T, TLoc);
    [all...]
TreeTransform.h 536 return SemaRef.Context.getTrivialTypeSourceInfo(T,
    [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
SemaInit.cpp     [all...]
SemaTemplate.cpp 493 DI = SemaRef.Context.getTrivialTypeSourceInfo(T, Arg.getLocation());
    [all...]
SemaStmt.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 374 Context.getTrivialTypeSourceInfo(Args[i].getAsType(),
NestedNameSpecifier.cpp 582 = Context.getTrivialTypeSourceInfo(QualType(NNS->getAsType(), 0),
ASTContext.cpp 616 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(T);
624 getTrivialTypeSourceInfo(ExpandedTypes.back()));
    [all...]
ASTImporter.cpp     [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp 487 C.getTrivialTypeSourceInfo(C.IntTy),
855 C.getTrivialTypeSourceInfo(C.IntTy),
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 501 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation());
    [all...]
RewriteModernObjC.cpp 601 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation());
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/lldb/source/Expression/
ClangExpressionDeclMap.cpp 945 TypeSourceInfo *type_source_info = m_ast_context->getTrivialTypeSourceInfo(QualType::getFromOpaquePtr(class_type.GetOpaqueQualType()));
    [all...]

Completed in 343 milliseconds

1 2