Searched refs:RIsAsm (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2056 bool RIsAsm = RB == "<inline asm>"; local
2058 if (LIsAsm || RIsAsm) {
2059 if (LIsAsm != RIsAsm)
2060 return RIsAsm;

Completed in 189 milliseconds