Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h235 struct ExtInfo { struct
243 mutable struct ExtInfo *ExtInfo; argument
284 delete ExtInfo; in Destroy() local
343 struct ExtInfo &ExtInfo = getExtInfo(); in addBranchAfter() local
DCGStmt.cpp2185 FunctionType::ExtInfo ExtInfo; in GenerateCapturedStmtFunction() local
/external/clang/include/clang/AST/
DDecl.h587 struct ExtInfo : public QualifierInfo { struct
591 llvm::PointerUnion<TypeSourceInfo*, ExtInfo*> DeclInfo; argument
2709 typedef QualifierInfo ExtInfo; typedef