HomeSort by relevance Sort by last modified time
    Searched defs:Underlying (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/AST/
ASTDiagnostic.cpp 77 QualType Underlying;
86 Underlying = CTy->desugar(); \
99 if (isa<VectorType>(Underlying))
103 if (const TagType *UTT = Underlying->getAs<TagType>())
110 QT = Underlying;
DeclPrinter.cpp 354 std::string Underlying;
355 D->getIntegerType().getAsStringInternal(Underlying, Policy);
356 Out << " : " << Underlying;
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 824 Value *Underlying = TrampMem->stripPointerCasts();
825 if (Underlying != TrampMem &&
826 (!Underlying->hasOneUse() || *Underlying->use_begin() != TrampMem))
828 if (!isa<AllocaInst>(Underlying))
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 60 /// \brief Retrieve the underlying function or function template.
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 51 milliseconds