Home
last modified time | relevance | path

Searched defs:Actions (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Sema/
DDesignator.h171 void ClearExprs(Sema &Actions) {} in ClearExprs()
175 void FreeExprs(Sema &Actions) {} in FreeExprs()
201 void ClearExprs(Sema &Actions) {} in ClearExprs()
205 void FreeExprs(Sema &Actions) {} in FreeExprs()
DSema.h7483 Sema &Actions; variable
7490 : Actions(Actions) { in Actions() argument
7498 : Actions(Actions) { in Actions() function
/external/clang/include/clang/Driver/
DCompilation.h44 ActionList Actions; variable
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfException.cpp77 SmallVectorImpl<ActionEntry> &Actions, in ComputeActionsTable()
364 SmallVector<ActionEntry, 32> Actions; in EmitExceptionTable() local
/external/clang/lib/Parse/
DRAIIObjectsForParser.h85 Sema &Actions; variable
/external/llvm/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp239 SmallVector<ActionEntry, 32> Actions; in EmitExceptionTable() local
/external/clang/include/clang/Parse/
DParser.h77 Sema &Actions; variable