Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h256 struct ExtInfo { struct
264 mutable struct ExtInfo *ExtInfo; argument
306 delete ExtInfo; in Destroy() local
374 struct ExtInfo &ExtInfo = getExtInfo(); in addBranchAfter() local
DCGStmt.cpp2148 FunctionType::ExtInfo ExtInfo; in GenerateCapturedStmtFunction() local
DCGStmtOpenMP.cpp121 FunctionType::ExtInfo ExtInfo; in GenerateOpenMPCapturedStmtFunction() local
/external/clang/include/clang/AST/
DDecl.h589 struct ExtInfo : public QualifierInfo { struct
593 llvm::PointerUnion<TypeSourceInfo*, ExtInfo*> DeclInfo; argument
2771 typedef QualifierInfo ExtInfo; typedef