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

  /external/clang/include/clang/AST/
DeclObjC.h 446 IdentifierInfo *Id, SourceLocation nameLoc,
448 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {}
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 187 SourceLocation nameLoc = ConsumeToken();
197 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc);
217 Diag(nameLoc, diag::err_objc_no_attributes_on_category);
232 nameId, nameLoc,
254 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc);
276 Actions.ActOnStartClassInterface(AtLoc, nameId, nameLoc,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 69 milliseconds