Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.h235 struct ExtInfo { struct
243 mutable struct ExtInfo *ExtInfo; argument
284 delete ExtInfo; in Destroy() local
345 struct ExtInfo &ExtInfo = getExtInfo(); in addBranchAfter() local
H A DCGStmt.cpp2180 FunctionType::ExtInfo ExtInfo; in GenerateCapturedStmtFunction() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1347 FunctionProtoType::ExtProtoInfo ExtInfo = Proto->getExtProtoInfo(); in addBlockPointerConversion() local
1354 FunctionProtoType::ExtProtoInfo ExtInfo(S.Context.getDefaultCallingConvention( in addBlockPointerConversion() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDecl.h547 struct ExtInfo : public QualifierInfo { struct
551 llvm::PointerUnion<TypeSourceInfo*, ExtInfo*> DeclInfo; argument
2656 typedef QualifierInfo ExtInfo; typedef