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

  /external/clang/lib/AST/
ASTDiagnostic.cpp 140 QualType Underlying;
149 Underlying = CTy->desugar(); \
162 if (isa<VectorType>(Underlying))
166 if (const TagType *UTT = Underlying->getAs<TagType>())
173 QT = Underlying;
898 /// operator-> - Allow access to the underlying TemplateArgument.
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 61 /// \brief Retrieve the underlying function or function template.
    [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp 861 // top of the underlying declaration.
    [all...]
SemaStmt.cpp 3493 QualType underlying() const { return QT; } function in class:__anon6662::CatchHandlerType
    [all...]
SemaType.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 226 milliseconds