Home
last modified time | relevance | path

Searched refs:LHSName (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/AST/
DVTableBuilder.cpp499 DeclarationName LHSName = LHS->getDeclName(); in MethodsCanShareVCallOffset() local
501 if (LHSName != RHSName) in MethodsCanShareVCallOffset()
/external/clang/lib/AST/
DVTableBuilder.cpp500 DeclarationName LHSName = LHS->getDeclName(); in MethodsCanShareVCallOffset() local
502 if (LHSName != RHSName) in MethodsCanShareVCallOffset()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp3233 StringRef LHSName = (Options.end() - 2)->Function->getName(); in emitCPUDispatchDefinition() local
3235 if (LHSName.compare(RHSName) < 0) in emitCPUDispatchDefinition()