Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h252 struct ExtInfo { struct
260 mutable struct ExtInfo *ExtInfo; argument
307 delete ExtInfo; in Destroy() local
375 struct ExtInfo &ExtInfo = getExtInfo(); in addBranchAfter() local
DCGStmt.cpp2213 FunctionType::ExtInfo ExtInfo; in GenerateCapturedStmtFunction() local
DCGStmtOpenMP.cpp246 FunctionType::ExtInfo ExtInfo; in GenerateOpenMPCapturedStmtFunction() local
/external/clang/include/clang/AST/
DDecl.h649 struct ExtInfo : public QualifierInfo { struct
653 llvm::PointerUnion<TypeSourceInfo*, ExtInfo*> DeclInfo; argument
2788 typedef QualifierInfo ExtInfo; typedef