Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Parser/
DParser.cpp352 llvm::SMLoc tokLoc = it.second.getLoc(); in finalize() local
356 return emitError(tokLoc) << "operation location alias was never defined"; in finalize()
360 return emitError(tokLoc) in finalize()
/external/clang/tools/libclang/
DCIndex.cpp6550 SourceLocation tokLoc = getTokenLoc(CurIdx); in visit() local
6551 if (!SM.isBeforeInTranslationUnit(tokLoc, macroRange.getEnd())) in visit()
6554 setFunctionMacroTokenLoc(CurIdx, SM.getMacroArgExpandedLocation(tokLoc)); in visit()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp7485 SourceLocation tokLoc = getTokenLoc(CurIdx); in visit() local
7486 if (!SM.isBeforeInTranslationUnit(tokLoc, macroRange.getEnd())) in visit()
7489 setFunctionMacroTokenLoc(CurIdx, SM.getMacroArgExpandedLocation(tokLoc)); in visit()