Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCleanup.h226 struct ExtInfo { struct
234 mutable struct ExtInfo *ExtInfo; argument
275 delete ExtInfo; in ~EHCleanupScope() local
334 struct ExtInfo &ExtInfo = getExtInfo(); in addBranchAfter() local
DCGStmt.cpp1830 FunctionType::ExtInfo ExtInfo; in GenerateCapturedStmtFunction() local
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaLambda.cpp1244 FunctionProtoType::ExtProtoInfo ExtInfo = Proto->getExtProtoInfo(); in addBlockPointerConversion() local
1251 FunctionProtoType::ExtProtoInfo ExtInfo(S.Context.getDefaultCallingConvention( in addBlockPointerConversion() local
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDecl.h527 struct ExtInfo : public QualifierInfo { struct
531 llvm::PointerUnion<TypeSourceInfo*, ExtInfo*> DeclInfo; argument
2543 typedef QualifierInfo ExtInfo; typedef