HomeSort by relevance Sort by last modified time
    Searched refs:arg_type_begin (Results 1 - 25 of 32) sorted by null

1 2

  /external/clang/lib/AST/
LambdaMangleContext.cpp 28 ArrayRef<QualType>(Proto->arg_type_begin(),
Type.cpp     [all...]
DumpXML.cpp 998 I = T->arg_type_begin(), E = T->arg_type_end(); I != E; ++I)
ASTContext.cpp     [all...]
DeclObjC.cpp 679 ObjCMethodDecl::arg_type_iterator it = arg_type_begin();
    [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 574 arg_type_iterator arg_type_begin() const { function in struct:clang::CanProxyAdaptor
575 return arg_type_iterator(this->getTypePtr()->arg_type_begin());
Type.h     [all...]
DeclObjC.h 380 arg_type_iterator arg_type_begin() const { function in class:clang::ObjCList
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 703 ArrayRef<QualType>(Proto->arg_type_begin(),
776 ArrayRef<QualType>(Proto->arg_type_begin(),
    [all...]
SemaExceptionSpec.cpp 208 ArrayRef<QualType>(NewProto->arg_type_begin(),
233 ArrayRef<QualType>(NewProto->arg_type_begin(),
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDecl.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 640 I = FT->arg_type_begin(), E = FT->arg_type_end(); I!=E; ++I) {
RecursiveASTVisitor.h 828 for (FunctionProtoType::arg_type_iterator A = T->arg_type_begin(),
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CGExprCXX.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 550 for (FunctionProtoType::arg_type_iterator I = fproto->arg_type_begin(),
    [all...]
RewriteModernObjC.cpp 605 for (FunctionProtoType::arg_type_iterator I = fproto->arg_type_begin(),
    [all...]

Completed in 341 milliseconds

1 2