Searched defs:FDInlineName (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CodeGenFunction.cpp | 1411 std::string FDInlineName = (Fn->getName() + ".inline").str(); GenerateCode() local |
H A D | CGExpr.cpp | 5490 std::string FDInlineName = (Ident + ".inline").str(); EmitDirectCallee() local |