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

  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 51 if (const ElaboratedType *QT = T->getAs<ElaboratedType>())
  /external/clang/lib/AST/
ASTDiagnostic.cpp 35 if (const ElaboratedType *ET = dyn_cast<ElaboratedType>(Ty)) {
    [all...]
NestedNameSpecifier.cpp 258 // types. An actual ElaboratedType will not occur, since we'll store
264 assert(!isa<ElaboratedType>(T) &&
ASTImporter.cpp 74 QualType VisitElaboratedType(const ElaboratedType *T);
702 const ElaboratedType *Elab1 = cast<ElaboratedType>(T1);
703 const ElaboratedType *Elab2 = cast<ElaboratedType>(T2);
    [all...]
Type.cpp     [all...]
TypePrinter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
CXType.cpp 367 TP = cast<ElaboratedType>(TP)->getNamedType().getTypePtrOrNull();
CXCursor.cpp     [all...]
RecursiveASTVisitor.h 884 DEF_TRAVERSE_TYPE(ElaboratedType, {
    [all...]
  /external/clang/include/clang/AST/
Type.h 95 class ElaboratedType;
    [all...]
RecursiveASTVisitor.h     [all...]
ASTContext.h 122 mutable llvm::FoldingSet<ElaboratedType> ElaboratedTypes;
    [all...]
TypeLoc.h 566 /// creating an ElaboratedType node for so many type references in C.
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 775 // In both C and C++, make an ElaboratedType.
777 = ElaboratedType::getKeywordForTypeSpec(DS.getTypeSpecType());
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 365 void ASTTypeWriter::VisitElaboratedType(const ElaboratedType *T) {
    [all...]

Completed in 139 milliseconds