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

  /external/clang/include/clang/AST/
DeclObjC.h 519 IdentifierInfo *Id, SourceLocation nameLoc,
521 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {}
    [all...]
ExprCXX.h 625 SourceLocation nameLoc)
631 MemberLoc(nameLoc), IsArrow(isArrow),
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 203 SourceLocation nameLoc = ConsumeToken();
213 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc);
234 Diag(nameLoc, diag::err_objc_no_attributes_on_category);
249 nameId, nameLoc,
271 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc);
297 Actions.ActOnStartClassInterface(AtLoc, nameId, nameLoc,
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 73 milliseconds