Home
last modified time | relevance | path

Searched refs:literalRange (Results 1 – 3 of 3) 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/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
1231 const auto range = literalRange(opCode); in matchType()