HomeSort by relevance Sort by last modified time
    Searched full:elaboratedtype (Results 1 - 23 of 23) sorted by null

  /external/clang/lib/AST/
ASTDiagnostic.cpp 31 if (const ElaboratedType *ET = dyn_cast<ElaboratedType>(Ty)) {
NestedNameSpecifier.cpp 254 // types. An actual ElaboratedType will not occur, since we'll store
260 assert(!isa<ElaboratedType>(T) &&
ASTImporter.cpp 74 QualType VisitElaboratedType(const ElaboratedType *T);
730 const ElaboratedType *Elab1 = cast<ElaboratedType>(T1);
731 const ElaboratedType *Elab2 = cast<ElaboratedType>(T2);
    [all...]
Type.cpp     [all...]
TypePrinter.cpp 792 void TypePrinter::printElaborated(const ElaboratedType *T, std::string &S) {
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 51 if (const ElaboratedType *QT = T->getAs<ElaboratedType>())
IteratorsChecker.cpp 216 if (const ElaboratedType *ET = dyn_cast<ElaboratedType>(T)) {
  /external/clang/include/clang/AST/
TemplateName.h 377 /// manner, it is to TemplateName what ElaboratedType is to Type,
TypeLoc.h 566 /// creating an ElaboratedType node for so many type references in C.
    [all...]
Type.h 94 class ElaboratedType;
    [all...]
RecursiveASTVisitor.h     [all...]
ASTContext.h 116 mutable llvm::FoldingSet<ElaboratedType> ElaboratedTypes;
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 106 // ElaboratedType is uninteresting
  /external/clang/tools/libclang/
CXType.cpp 351 TP = cast<ElaboratedType>(TP)->getNamedType().getTypePtrOrNull();
CXCursor.cpp 989 if (const ElaboratedType *ElabT = Ty->getAs<ElaboratedType>()) {
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 772 // In both C and C++, make an ElaboratedType.
774 = ElaboratedType::getKeywordForTypeSpec(DS.getTypeSpecType());
    [all...]
TreeTransform.h     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp 279 // NOTE: avoid constructing an ElaboratedType(Loc) if this is a
    [all...]
  /external/clang/include/clang/Serialization/
ASTBitCodes.h 699 /// \brief An ElaboratedType record.
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 360 void ASTTypeWriter::VisitElaboratedType(const ElaboratedType *T) {
    [all...]

Completed in 579 milliseconds