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

  /external/clang/lib/AST/
ASTDiagnostic.cpp 80 QualType Underlying;
89 Underlying = CTy->desugar(); \
102 if (isa<VectorType>(Underlying))
106 if (const TagType *UTT = Underlying->getAs<TagType>())
113 QT = Underlying;
779 /// operator-> - Allow access to the underlying TemplateArgument.
    [all...]
ASTContext.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 804 Value *Underlying = TrampMem->stripPointerCasts();
805 if (Underlying != TrampMem &&
806 (!Underlying->hasOneUse() || *Underlying->use_begin() != TrampMem))
808 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...]
TreeTransform.h     [all...]
SemaOverload.cpp 872 // top of the underlying declaration.
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 101 milliseconds