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

  /external/clang/lib/AST/
ASTDiagnostic.cpp 81 QualType Underlying;
90 Underlying = CTy->desugar(); \
103 if (isa<VectorType>(Underlying))
107 if (const TagType *UTT = Underlying->getAs<TagType>())
114 QT = Underlying;
715 /// operator-> - Allow access to the underlying TemplateArgument.
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 803 Value *Underlying = TrampMem->stripPointerCasts();
804 if (Underlying != TrampMem &&
805 (!Underlying->hasOneUse() || *Underlying->use_begin() != TrampMem))
807 if (!isa<AllocaInst>(Underlying))
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 61 /// \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 36 milliseconds