Home
last modified time | relevance | path

Searched refs:ConditionLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp3290 SMLoc ConditionLoc = Lex.getLoc(); in ParseAssert() local
3308 CurRec->addAssertion(ConditionLoc, Condition, Message); in ParseAssert()
3310 addEntry(std::make_unique<Record::AssertionInfo>(ConditionLoc, Condition, in ParseAssert()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7203 SourceLocation ConditionLoc; member in __anon4581b7f83411::OpenMPIterationSpaceChecker
7249 Stack(Stack), DefaultLoc(DefaultLoc), ConditionLoc(DefaultLoc) {} in OpenMPIterationSpaceChecker()
7375 ConditionLoc = SL; in setUB()
7424 SemaRef.Diag(ConditionLoc, in setStep()