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

  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 52 if (const ElaboratedType *QT = T->getAs<ElaboratedType>())
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 293 // types. An actual ElaboratedType will not occur, since we'll store
299 assert(!isa<ElaboratedType>(T) &&
DeclPrinter.cpp 302 if (!BaseType.isNull() && isa<ElaboratedType>(BaseType))
303 BaseType = cast<ElaboratedType>(BaseType)->getNamedType();
    [all...]
ASTDiagnostic.cpp 36 if (const ElaboratedType *ET = dyn_cast<ElaboratedType>(Ty)) {
    [all...]
ASTImporter.cpp 74 QualType VisitElaboratedType(const ElaboratedType *T);
767 const ElaboratedType *Elab1 = cast<ElaboratedType>(T1);
768 const ElaboratedType *Elab2 = cast<ElaboratedType>(T2);
    [all...]
Type.cpp     [all...]
ASTContext.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 1026 if (const ElaboratedType *ElabT = Ty->getAs<ElaboratedType>()) {
    [all...]
CXType.cpp 422 TP = cast<ElaboratedType>(TP)->getNamedType().getTypePtrOrNull();
  /external/clang/include/clang/AST/
Type.h 99 class ElaboratedType;
    [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h 656 /// creating an ElaboratedType node for so many type references in C.
    [all...]
ASTContext.h 122 mutable llvm::FoldingSet<ElaboratedType> ElaboratedTypes;
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 407 void ASTTypeWriter::VisitElaboratedType(const ElaboratedType *T) {
    [all...]

Completed in 100 milliseconds