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

  /external/clang/tools/libclang/
CXCursor.cpp 991 ElaboratedTypeLoc ElabTL = cast<ElaboratedTypeLoc>(TL);
992 Loc = ElabTL.getNamedTypeLoc().getBeginLoc();
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]
SemaType.cpp     [all...]
SemaDecl.cpp 289 ElaboratedTypeLoc ElabTL = Builder.push<ElaboratedTypeLoc>(T);
290 ElabTL.setElaboratedKeywordLoc(SourceLocation());
291 ElabTL.setQualifierLoc(SS->getWithLocInContext(Context));
    [all...]

Completed in 228 milliseconds