Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2534 bool InParens = Parser.getTok().is(AsmToken::LParen); in ParseMasmOperator() local
2535 const AsmToken &IDTok = InParens ? getLexer().peekTok() : Parser.getTok(); in ParseMasmOperator()
2542 if (InParens) in ParseMasmOperator()
2545 if (InParens) in ParseMasmOperator()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp546 if (Context == TentativeCXXTypeIdContext::InParens && in isCXXTypeId()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h148 InParens, enumerator
5021 return isCXXTypeId(TentativeCXXTypeIdContext::InParens, isAmbiguous); in isTypeIdInParens()