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

  /external/clang/lib/AST/
Type.cpp 546 public TypeVisitor<GetContainedAutoVisitor, AutoType*> {
548 using TypeVisitor<GetContainedAutoVisitor, AutoType*>::Visit;
549 AutoType *Visit(QualType T) {
556 AutoType *VisitAutoType(const AutoType *AT) {
557 return const_cast<AutoType*>(AT);
561 AutoType *VisitPointerType(const PointerType *T) {
564 AutoType *VisitBlockPointerType(const BlockPointerType *T) {
567 AutoType *VisitReferenceType(const ReferenceType *T) {
570 AutoType *VisitMemberPointerType(const MemberPointerType *T)
    [all...]
TypePrinter.cpp 163 if (const AutoType *AT = dyn_cast<AutoType>(T))
791 void TypePrinter::printAutoBefore(const AutoType *T, raw_ostream &OS) {
800 void TypePrinter::printAutoAfter(const AutoType *T, raw_ostream &OS) {
    [all...]
ASTDiagnostic.cpp 55 if (const AutoType *AT = dyn_cast<AutoType>(Ty)) {
    [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp 66 QualType VisitAutoType(const AutoType *T);
645 cast<AutoType>(T1)->getDeducedType(),
646 cast<AutoType>(T2)->getDeducedType()))
    [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp     [all...]
SemaType.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
RecursiveASTVisitor.h     [all...]
ASTContext.h 118 mutable llvm::FoldingSet<AutoType> AutoTypes;
    [all...]
TypeLoc.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 872 DEF_TRAVERSE_TYPE(AutoType, {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 251 void ASTTypeWriter::VisitAutoType(const AutoType *T) {
    [all...]

Completed in 160 milliseconds