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

  /external/clang/lib/AST/
Type.cpp 499 public TypeVisitor<GetContainedAutoVisitor, AutoType*> {
501 using TypeVisitor<GetContainedAutoVisitor, AutoType*>::Visit;
502 AutoType *Visit(QualType T) {
509 AutoType *VisitAutoType(const AutoType *AT) {
510 return const_cast<AutoType*>(AT);
514 AutoType *VisitPointerType(const PointerType *T) {
517 AutoType *VisitBlockPointerType(const BlockPointerType *T) {
520 AutoType *VisitReferenceType(const ReferenceType *T) {
523 AutoType *VisitMemberPointerType(const MemberPointerType *T)
    [all...]
ASTDiagnostic.cpp 52 if (const AutoType *AT = dyn_cast<AutoType>(Ty)) {
TypePrinter.cpp 100 if (const AutoType *AT = dyn_cast<AutoType>(T))
582 void TypePrinter::printAuto(const AutoType *T, std::string &S) {
    [all...]
MicrosoftMangle.cpp     [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp 67 QualType VisitAutoType(const AutoType *T);
652 cast<AutoType>(T1)->getDeducedType(),
653 cast<AutoType>(T2)->getDeducedType()))
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
Type.h     [all...]
ASTContext.h 124 mutable llvm::FoldingSet<AutoType> AutoTypes;
    [all...]
TypeLoc.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 237 void ASTTypeWriter::VisitAutoType(const AutoType *T) {
    [all...]

Completed in 96 milliseconds