Home
last modified time | relevance | path

Searched refs:Lvl (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp830 OMPContextLvl Lvl) { in getNameFromIdOrString() argument
843 << Lvl; in getNameFromIdOrString()
850 OMPContextLvl Lvl) { in checkForDuplicates() argument
858 << Lvl << Name; in checkForDuplicates()
860 << Lvl << Name; in checkForDuplicates()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp1982 llvm::FunctionCallee Func, int Lvl) { in dumpRecord() argument
1985 std::string Pad = std::string(Lvl * 4, ' '); in dumpRecord()
2037 TmpRes = dumpRecord(CGF, CanonicalType, FieldPtr, Align, Func, Lvl + 1); in dumpRecord()