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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1971 bool RIsAsm = RB == "<inline asm>"; local
1973 if (LIsAsm || RIsAsm) {
1974 if (LIsAsm != RIsAsm)
1975 return RIsAsm;

Completed in 58 milliseconds