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 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);
709 const ElaboratedType *Elab1 = cast<ElaboratedType>(T1);
710 const ElaboratedType *Elab2 = cast<ElaboratedType>(T2);
    [all...]
TypePrinter.cpp     [all...]
Type.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
CXType.cpp 401 TP = cast<ElaboratedType>(TP)->getNamedType().getTypePtrOrNull();
CXCursor.cpp 891 if (const ElaboratedType *ElabT = Ty->getAs<ElaboratedType>()) {
    [all...]
RecursiveASTVisitor.h 886 DEF_TRAVERSE_TYPE(ElaboratedType, {
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
Type.h 96 class ElaboratedType;
    [all...]
ASTContext.h 108 mutable llvm::FoldingSet<ElaboratedType> ElaboratedTypes;
    [all...]
TypeLoc.h 583 /// creating an ElaboratedType node for so many type references in C.
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 905 // In both C and C++, make an ElaboratedType.
907 = ElaboratedType::getKeywordForTypeSpec(DS.getTypeSpecType());
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 369 void ASTTypeWriter::VisitElaboratedType(const ElaboratedType *T) {
    [all...]

Completed in 220 milliseconds