Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp404 Found.setContextRange(SS.getRange()); in isNonTypeNestedNameSpecifier()
510 Found.setContextRange(SS.getRange()); in BuildCXXNestedNameSpecifier()
DSemaLookup.cpp2243 R.setContextRange(SS->getRange()); in LookupParsedName()
2251 R.setContextRange(SS->getRange()); in LookupParsedName()
/external/clang/include/clang/Sema/
DLookup.h576 void setContextRange(SourceRange SR) { in setContextRange() function