HomeSort by relevance Sort by last modified time
    Searched refs:QualType (Results 226 - 250 of 294) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 93 QualType IvarTy = Ivar->getType();
349 QualType resultType,
CodeGenModule.cpp 402 llvm::MDNode *CodeGenModule::getTBAAInfo(QualType QTy) {
414 llvm::MDNode *CodeGenModule::getTBAAStructInfo(QualType QTy) {
420 llvm::MDNode *CodeGenModule::getTBAAStructTypeInfo(QualType QTy) {
426 llvm::MDNode *CodeGenModule::getTBAAStructTagInfo(QualType BaseTy,
    [all...]
CGStmt.cpp 262 QualType ExprTy = cast<Expr>(LastStmt)->getType();
    [all...]
CGObjCGNU.cpp 486 QualType ResultType, Selector Sel,
492 QualType ResultType, Selector Sel,
503 llvm::Constant *GetEHType(QualType T) override;
545 LValue EmitObjCValueForIvar(CodeGenFunction &CGF, QualType ObjectTy,
561 llvm::Constant *BuildByrefLayout(CodeGenModule &CGM, QualType T) override {
643 llvm::Constant *GetEHType(QualType T) override;
    [all...]
CGException.cpp 423 QualType ThrowType = E->getSubExpr()->getType();
503 QualType Ty = Proto->getExceptionType(I);
504 QualType ExceptType = Ty.getNonReferenceType().getUnqualifiedType();
604 QualType CaughtType = C->getCaughtType();
907 QualType CaughtType = cast<ReferenceType>(CatchType)->getPointeeType();
917 QualType PointeeType = PT->getPointeeType();
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 378 llvm::SmallPtrSet<QualType, 16> UniqueTypes;
403 QualType T = SemaRef.Context.getTypeDeclType(TD);
740 QualType ExpectedType
    [all...]
  /external/lldb/source/API/
SBType.cpp 234 QualType qual_type(QualType::getFromOpaquePtr(m_opaque_sp->GetOpaqueQualType()));
  /frameworks/compile/slang/
slang_rs_export_type.h 44 inline const clang::Type* GetCanonicalType(clang::QualType QT) {
238 clang::QualType QT, clang::NamedDecl *ND,
  /external/clang/include/clang/AST/
StmtCXX.h 51 QualType getCaughtType() const;
DataRecursiveASTVisitor.h 94 /// TraverseStmt(Stmt *x) and TraverseType(QualType x) work
165 bool TraverseType(QualType T);
545 bool RecursiveASTVisitor<Derived>::TraverseType(QualType T) {
630 TRY_TO(TraverseType(QualType(NNS->getAsType(), 0)));
    [all...]
RecursiveASTVisitor.h 90 /// TraverseStmt(Stmt *x) and TraverseType(QualType x) work
169 bool TraverseType(QualType T);
612 bool RecursiveASTVisitor<Derived>::TraverseType(QualType T) {
696 TRY_TO(TraverseType(QualType(NNS->getAsType(), 0)));
    [all...]
  /external/clang/lib/AST/
Mangle.cpp 78 QualType T = FD->getType();
NestedNameSpecifier.cpp 279 QualType(T, 0).print(OS, InnerPolicy);
582 = Context.getTrivialTypeSourceInfo(QualType(NNS->getAsType(), 0),
RecordLayoutBuilder.cpp 393 QualType T = FD->getType();
399 QualType ElemTy = Context.getBaseElementType(AT);
488 QualType T = FD->getType();
496 QualType ElemTy = Context.getBaseElementType(AT);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 124 static SVal adjustReturnValue(SVal V, QualType ExpectedTy, QualType ActualTy,
251 QualType ReturnedTy =
565 QualType ResultTy = Call.getResultType();
    [all...]
ExprEngineObjC.cpp 113 QualType T = R->getValueType();
ProgramState.cpp 243 QualType T = TR->getValueType();
251 SVal ProgramState::getSVal(Loc location, QualType T) const {
307 QualType indexTy) const {
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 33 virtual bool MaybeDiagnoseMissingCompleteType(SourceLocation L, QualType T) {
  /external/lldb/source/Symbol/
ClangASTContext.cpp 529 QualTypeMatchesBitSize(const uint64_t bit_size, ASTContext *ast, QualType qual_type)
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 142 void VisitType(QualType T);
510 void USRGenerator::VisitType(QualType T) {
  /external/clang/lib/StaticAnalyzer/Checkers/
GenericTaintChecker.cpp 440 ArgTy ? ArgTy->getPointeeType(): QualType());
490 QualType PType = ArgTy->getPointeeType();
BasicObjCFoundationChecks.cpp 384 QualType T;
478 QualType T = Ctx.getCanonicalType(R->getValueType());
781 QualType ArgTy = msg.getArgExpr(I)->getType();
860 static bool isKnownNonNilCollectionType(QualType T) {
    [all...]
  /external/clang/include/clang/Sema/
Template.h 156 QualType ValueType,
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 248 QualType getResultType() const;
334 /// This will return a null QualType if the result type cannot be determined.
335 static QualType getDeclaredResultType(const Decl *D);
344 typedef std::const_mem_fun_t<QualType, ParmVarDecl> get_type_fun;
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 3178 milliseconds

1 2 3 4 5 6 7 8 91011>>