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

  /external/clang/include/clang/AST/
DataRecursiveASTVisitor.h     [all...]
Type.h     [all...]
RecursiveASTVisitor.h     [all...]
TypeLoc.h 984 AdjustedType, AdjustedLocInfo> {
    [all...]
ASTContext.h 86 mutable llvm::FoldingSet<AdjustedType> AdjustedTypes;
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp 57 if (const AdjustedType *AT = dyn_cast<AdjustedType>(Ty)) {
    [all...]
TypePrinter.cpp 475 void TypePrinter::printAdjustedBefore(const AdjustedType *T, raw_ostream &OS) {
480 void TypePrinter::printAdjustedAfter(const AdjustedType *T, raw_ostream &OS) {
    [all...]
ASTContext.cpp     [all...]
Type.cpp 600 AutoType *VisitAdjustedType(const AdjustedType *T) {
    [all...]
ASTImporter.cpp 413 cast<AdjustedType>(T1)->getOriginalType(),
414 cast<AdjustedType>(T2)->getOriginalType()))
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
TreeTransform.h     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 119 void ASTTypeWriter::VisitAdjustedType(const AdjustedType *T) {
    [all...]

Completed in 409 milliseconds