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

  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 1012 SourceLocation StarLoc;
1021 return this->getLocalData()->StarLoc;
1024 this->getLocalData()->StarLoc = Loc;
    [all...]
Stmt.h     [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 534 SourceLocation StarLoc = TInfo->getTypeLoc().getLocEnd();
535 StarLoc = PP.getLocForEndOfToken(StarLoc);
537 << FixItHint::CreateInsertion(StarLoc, "*");
    [all...]
SemaStmt.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 353 milliseconds