Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp69 Recursive("recursive", cl::desc("Recursively extract all called functions"), variable
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4803 bool Recursive, in InstantiateFunctionDefinition()
5407 VarDecl *Var, bool Recursive, in InstantiateVariableDefinition()
H A DSemaDeclObjC.cpp4283 bool Recursive; member in __anon4ea9ea620711::OverrideSearch
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp10276 enum Status {NonRecursive, Recursive, Incomplete, IncompleteUsed}; enumerator