HomeSort by relevance Sort by last modified time
    Searched refs:getLookupNameInfo (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/Sema/
SemaExprMember.cpp 249 << R.getLookupNameInfo().getName();
262 R.getLookupNameInfo());
553 R.getLookupNameInfo());
623 TypoCorrection Corrected = SemaRef.CorrectTypo(R.getLookupNameInfo(),
    [all...]
SemaCXXScopeSpec.cpp 494 if ((Corrected = CorrectTypo(Found.getLookupNameInfo(),
    [all...]
SemaTemplateVariadic.cpp 819 if (TypoCorrection Corrected = CorrectTypo(R.getLookupNameInfo(),
    [all...]
SemaTemplate.cpp 326 if (TypoCorrection Corrected = CorrectTypo(Found.getLookupNameInfo(),
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaDecl.cpp 215 TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(),
667 if (TypoCorrection Corrected = CorrectTypo(Result.getLookupNameInfo(),
    [all...]
  /external/clang/include/clang/Sema/
Lookup.h 191 const DeclarationNameInfo &getLookupNameInfo() const {

Completed in 145 milliseconds