Home
last modified time | relevance | path

Searched refs:literalRange (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp684 static bool getLiteralInfo(SourceRange literalRange, in getLiteralInfo() argument
687 if (literalRange.getBegin().isMacroID() || in getLiteralInfo()
688 literalRange.getEnd().isMacroID()) in getLiteralInfo()
691 CharSourceRange::getTokenRange(literalRange), in getLiteralInfo()
748 SourceLocation B = literalRange.getBegin(); in getLiteralInfo()
/external/llvm-project/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp682 static bool getLiteralInfo(SourceRange literalRange, in getLiteralInfo() argument
685 if (literalRange.getBegin().isMacroID() || in getLiteralInfo()
686 literalRange.getEnd().isMacroID()) in getLiteralInfo()
689 CharSourceRange::getTokenRange(literalRange), in getLiteralInfo()
746 SourceLocation B = literalRange.getBegin(); in getLiteralInfo()
/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.h177 range_t literalRange(spv::Op opCode) const;
DSPVRemapper.cpp78 spirvbin_t::range_t spirvbin_t::literalRange(spv::Op opCode) const in literalRange() function in spv::spirvbin_t
1242 const auto range = literalRange(opCode); in matchType()