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

  /external/chromium_org/tools/clang/plugins/
FindBadConstructs.cpp 66 if (const ElaboratedType* elaborated = dyn_cast<ElaboratedType>(type))
396 dyn_cast<ElaboratedType>(type)->getNamedType().getTypePtr(),
  /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 258 // types. An actual ElaboratedType will not occur, since we'll store
264 assert(!isa<ElaboratedType>(T) &&
ASTDiagnostic.cpp 34 if (const ElaboratedType *ET = dyn_cast<ElaboratedType>(Ty)) {
    [all...]
ASTImporter.cpp 73 QualType VisitElaboratedType(const ElaboratedType *T);
723 const ElaboratedType *Elab1 = cast<ElaboratedType>(T1);
724 const ElaboratedType *Elab2 = cast<ElaboratedType>(T2);
    [all...]
TypePrinter.cpp     [all...]
Type.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 916 if (const ElaboratedType *ElabT = Ty->getAs<ElaboratedType>()) {
    [all...]
RecursiveASTVisitor.h     [all...]
CXType.cpp 412 TP = cast<ElaboratedType>(TP)->getNamedType().getTypePtrOrNull();
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
Type.h 96 class ElaboratedType;
    [all...]
ASTContext.h 110 mutable llvm::FoldingSet<ElaboratedType> ElaboratedTypes;
    [all...]
TypeLoc.h 620 /// creating an ElaboratedType node for so many type references in C.
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 377 void ASTTypeWriter::VisitElaboratedType(const ElaboratedType *T) {
    [all...]

Completed in 279 milliseconds