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

  /external/clang/lib/Sema/
SemaLookup.cpp 238 case Sema::LookupTagName:
380 bool WantTag = Kind == Sema::LookupTagName;
    [all...]
SemaDecl.cpp 508 LookupResult R(*this, &II, SourceLocation(), LookupTagName);
670 LookupResult R(SemaRef, Name, NameLoc, Sema::LookupTagName);
707 Result.clear(Sema::LookupTagName);
    [all...]
SemaExprCXX.cpp 474 LookupResult R(*this, TypeInfoII, SourceLocation(), LookupTagName);
558 LookupResult R(*this, GuidII, SourceLocation(), LookupTagName);
    [all...]
SemaCodeComplete.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 85 milliseconds