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

12

  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
TreeTransform.h 437 /// \param NameLoc The source location of the template name.
452 SourceLocation NameLoc,
    [all...]
SemaExprObjC.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExprCXX.cpp 41 SourceLocation NameLoc,
147 LookupResult Found(*this, &II, NameLoc, LookupOrdinaryName);
252 II, NameLoc);
258 Diag(NameLoc, diag::err_destructor_expr_type_mismatch)
263 Diag(NameLoc, diag::err_ident_in_dtor_not_a_type)
266 Diag(NameLoc, diag::err_destructor_class_name);
    [all...]
SemaLookup.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 261 bool SetInstName(int NameID, const std::string &NameStr, LocTy NameLoc,
  /external/clang/lib/AST/
DeclTemplate.cpp 439 SourceLocation KeyLoc, SourceLocation NameLoc,
443 new (C) TemplateTypeParmDecl(DC, KeyLoc, NameLoc, Id, Typename);
    [all...]
ExprCXX.cpp     [all...]
ASTContext.cpp     [all...]
Expr.cpp 305 SourceLocation NameLoc,
312 DeclarationNameInfo(D->getDeclName(), NameLoc),
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
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/AST/
Expr.h     [all...]
ASTContext.h     [all...]
DeclTemplate.h     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 258 bool ParseInstruction(StringRef Name, SMLoc NameLoc,
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 180 bool HandleMacroEntry(StringRef Name, SMLoc NameLoc, const Macro *M);
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 5732 milliseconds

12