Home
last modified time | relevance | path

Searched defs:ExtInfo (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCGCleanup.h235 struct ExtInfo { struct
243 mutable struct ExtInfo *ExtInfo; variable
284 delete ExtInfo; in ~EHCleanupScope() local
343 struct ExtInfo &ExtInfo = getExtInfo(); in addBranchAfter() local
DCGStmt.cpp2122 FunctionType::ExtInfo ExtInfo; in GenerateCapturedStmtFunction() local
/external/clang/lib/Sema/
DSemaLambda.cpp1342 FunctionProtoType::ExtProtoInfo ExtInfo = Proto->getExtProtoInfo(); in addBlockPointerConversion() local
1349 FunctionProtoType::ExtProtoInfo ExtInfo(S.Context.getDefaultCallingConvention( in addBlockPointerConversion() local
/external/clang/include/clang/AST/
DDecl.h530 struct ExtInfo : public QualifierInfo { struct
534 llvm::PointerUnion<TypeSourceInfo*, ExtInfo*> DeclInfo; argument
2574 typedef QualifierInfo ExtInfo; typedef