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

1 2

  /external/chromium_org/ppapi/tests/clang/
find_affected_interfaces.cc 65 func_type->arg_type_begin();
  /external/clang/include/clang/AST/
CanonicalType.h 571 arg_type_iterator arg_type_begin() const { function in struct:clang::CanProxyAdaptor
572 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/AST/
Type.cpp     [all...]
DumpXML.cpp 998 I = T->arg_type_begin(), E = T->arg_type_end(); I != E; ++I)
DeclObjC.cpp 768 ObjCMethodDecl::arg_type_iterator it = arg_type_begin();
    [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
SemaOverload.cpp     [all...]
TreeTransform.h     [all...]
SemaLookup.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 639 I = FT->arg_type_begin(), E = FT->arg_type_end(); I!=E; ++I) {
RecursiveASTVisitor.h 839 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 619 milliseconds

1 2