HomeSort by relevance Sort by last modified time
    Searched refs:NameLoc (Results 26 - 48 of 48) sorted by null

12

  /external/clang/lib/Parse/
ParseObjc.cpp 189 SourceLocation nameLoc = ConsumeToken();
199 Actions.CodeCompleteObjCInterfaceCategory(getCurScope(), nameId, nameLoc);
219 Diag(nameLoc, diag::err_objc_no_attributes_on_category);
234 nameId, nameLoc,
256 Actions.CodeCompleteObjCSuperclass(getCurScope(), nameId, nameLoc);
278 Actions.ActOnStartClassInterface(AtLoc, nameId, nameLoc,
    [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
TreeTransform.h 443 /// \param NameLoc The source location of the template name.
458 SourceLocation NameLoc,
    [all...]
SemaExprObjC.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExprCXX.cpp 43 SourceLocation NameLoc,
149 LookupResult Found(*this, &II, NameLoc, LookupOrdinaryName);
254 II, NameLoc);
260 Diag(NameLoc, diag::err_destructor_expr_type_mismatch)
265 Diag(NameLoc, diag::err_ident_in_dtor_not_a_type)
268 Diag(NameLoc, diag::err_destructor_class_name);
    [all...]
SemaLookup.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 68 SMLoc NameLoc,
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 289 bool SetInstName(int NameID, const std::string &NameStr, LocTy NameLoc,
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 455 SourceLocation KeyLoc, SourceLocation NameLoc,
459 new (C) TemplateTypeParmDecl(DC, KeyLoc, NameLoc, Id, Typename);
    [all...]
ASTContext.cpp     [all...]
Expr.cpp 391 SourceLocation NameLoc,
398 DeclarationNameInfo(D->getDeclName(), NameLoc),
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
ASTContext.h     [all...]
DeclTemplate.h     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 268 SMLoc NameLoc,
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 271 /// \param NameLoc Instantiation location.
272 bool HandleMacroEntry(const MCAsmMacro *M, SMLoc NameLoc);
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 2140 milliseconds

12