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

  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.cpp 55 if (const ElaboratedType* elaborated = dyn_cast<ElaboratedType>(type))
408 CountType(dyn_cast<ElaboratedType>(type)->getNamedType().getTypePtr(),
  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 52 if (const ElaboratedType *QT = T->getAs<ElaboratedType>())
  /external/lldb/source/Symbol/
ClangASTType.cpp 145 return GetCompleteQualType (ast, cast<ElaboratedType>(qual_type)->getNamedType(), allow_completion);
211 return ClangASTType(m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).IsAggregateType();
273 return ClangASTType (m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).IsArrayType (element_type_ptr,
371 return ClangASTType (m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).IsFunctionType();
407 return ClangASTType (m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).IsFunctionPointerType();
484 return ClangASTType (m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).IsPointerType(pointee_type);
543 return ClangASTType (m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).IsPointerOrReferenceType(pointee_type);
577 return ClangASTType(m_ast, cast<ElaboratedType>(qual_type)->getNamedType()).IsReferenceType(pointee_type);
764 cast<ElaboratedType>(qual_type)->getNamedType()).IsPossibleDynamicType (dynamic_pointee_type,
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 260 // types. An actual ElaboratedType will not occur, since we'll store
266 assert(!isa<ElaboratedType>(T) &&
DeclPrinter.cpp 252 if (!BaseType.isNull() && isa<ElaboratedType>(BaseType))
253 BaseType = cast<ElaboratedType>(BaseType)->getNamedType();
    [all...]
ASTImporter.cpp 73 QualType VisitElaboratedType(const ElaboratedType *T);
722 const ElaboratedType *Elab1 = cast<ElaboratedType>(T1);
723 const ElaboratedType *Elab2 = cast<ElaboratedType>(T2);
    [all...]
ASTDiagnostic.cpp 36 if (const ElaboratedType *ET = dyn_cast<ElaboratedType>(Ty)) {
    [all...]
TypePrinter.cpp     [all...]
Type.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 948 if (const ElaboratedType *ElabT = Ty->getAs<ElaboratedType>()) {
    [all...]
CXType.cpp 422 TP = cast<ElaboratedType>(TP)->getNamedType().getTypePtrOrNull();
  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h     [all...]
Type.h 95 class ElaboratedType;
    [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h 623 /// creating an ElaboratedType node for so many type references in C.
    [all...]
ASTContext.h 111 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 391 void ASTTypeWriter::VisitElaboratedType(const ElaboratedType *T) {
    [all...]

Completed in 132 milliseconds