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 250 << R.getLookupNameInfo().getName();
263 R.getLookupNameInfo());
546 R.getLookupNameInfo());
643 TypoCorrection Corrected = SemaRef.CorrectTypo(R.getLookupNameInfo(),
    [all...]
SemaCXXScopeSpec.cpp 514 LookupResult R(*this, Found.getLookupNameInfo(), LookupOrdinaryName);
547 CorrectTypo(Found.getLookupNameInfo(), Found.getLookupKind(), S,
    [all...]
SemaTemplateVariadic.cpp 811 if (TypoCorrection Corrected = CorrectTypo(R.getLookupNameInfo(),
    [all...]
SemaTemplate.cpp 326 if (TypoCorrection Corrected = CorrectTypo(Found.getLookupNameInfo(),
    [all...]
SemaExpr.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaDecl.cpp 287 TypoCorrection Correction = CorrectTypo(Result.getLookupNameInfo(),
763 if (TypoCorrection Corrected = CorrectTypo(Result.getLookupNameInfo(),
    [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
Lookup.h 194 const DeclarationNameInfo &getLookupNameInfo() const {

Completed in 4613 milliseconds