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

  /external/clang/lib/CodeGen/
CGCleanup.h 236 struct ExtInfo &getExtInfo() {
241 const struct ExtInfo &getExtInfo() const {
334 struct ExtInfo &ExtInfo = getExtInfo();
370 return getExtInfo().Branches.insert(Block);
CGCall.h 269 FunctionType::ExtInfo getExtInfo() const {
CGObjCRuntime.cpp 364 FunctionType::ExtInfo einfo = signature.getExtInfo();
CGCall.cpp 80 None, FTNP->getExtInfo(), RequiredArgs(0));
103 return arrangeLLVMFunctionInfo(CGT, prefix, FTP, FTP->getExtInfo());
122 FunctionType::ExtInfo extInfo = FTP->getExtInfo();
218 FunctionType::ExtInfo extInfo = FTP->getExtInfo();
242 FunctionType::ExtInfo extInfo = FTP->getExtInfo();
265 noProto->getExtInfo(), RequiredArgs::All);
355 fnType->getExtInfo(), required);
401 FunctionType::ExtInfo info = FPT->getExtInfo();
    [all...]
CGBlocks.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h 532 ExtInfo *getExtInfo() { return DeclInfo.get<ExtInfo*>(); }
533 const ExtInfo *getExtInfo() const { return DeclInfo.get<ExtInfo*>(); }
545 ? getExtInfo()->TInfo
550 getExtInfo()->TInfo = TI;
572 return hasExtInfo() ? getExtInfo()->QualifierLoc.getNestedNameSpecifier()
580 return hasExtInfo() ? getExtInfo()->QualifierLoc
587 return hasExtInfo() ? getExtInfo()->NumTemplParamLists : 0;
591 return getExtInfo()->TemplParamLists[index];
    [all...]
CanonicalType.h 545 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(FunctionType::ExtInfo, getExtInfo)
552 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(FunctionType::ExtInfo, getExtInfo)
559 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(FunctionType::ExtInfo, getExtInfo)
Type.h     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
ASTImporter.cpp 577 if (Function1->getExtInfo() != Function2->getExtInfo())
    [all...]
TypePrinter.cpp 633 FunctionType::ExtInfo Info = T->getExtInfo();
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 231 Writer.AddQualifierInfo(*D->getExtInfo(), Record);
318 Writer.AddQualifierInfo(*D->getExtInfo(), Record);
    [all...]
ASTWriter.cpp 177 FunctionType::ExtInfo C = T->getExtInfo();
    [all...]

Completed in 1214 milliseconds