HomeSort by relevance Sort by last modified time
    Searched defs:Loc (Results 101 - 107 of 107) sorted by null

1 2 3 45

  /external/clang/lib/Sema/
SemaDecl.cpp 8411 SourceLocation loc = FD->getLocation(); local
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp 59 bool Sema::DiagnoseUseOfDecl(NamedDecl *D, SourceLocation Loc,
81 Diag(Loc, diag::err_auto_variable_cannot_appear_in_own_initializer)
89 Diag(Loc, diag::err_deleted_function_use);
103 EmitDeprecationWarning(D, Message, Loc, UnknownObjCClass);
110 Diag(Loc, diag::err_unavailable) << D->getDeclName();
112 Diag(Loc, diag::warn_unavailable_fwdclass_message)
116 Diag(Loc, diag::err_unavailable_message)
126 Diag(Loc, diag::warn_used_but_marked_unused) << D->getDeclName();
152 void Sema::DiagnoseSentinelCalls(NamedDecl *D, SourceLocation Loc,
215 Diag(Loc, diag::warn_not_enough_argument) << D->getDeclName()
4336 SourceLocation loc = NullExpr->getExprLoc(); local
9680 SourceLocation loc; local
    [all...]
SemaOverload.cpp 41 SourceLocation Loc = SourceLocation(),
44 VK_LValue, Loc, LocInfo));
    [all...]
TreeTransform.h 160 void setBase(SourceLocation Loc, DeclarationName Entity) { }
356 Decl *TransformDecl(SourceLocation Loc, Decl *D) { return D; }
362 Decl *TransformDefinition(SourceLocation Loc, Decl *D) {
363 return getDerived().TransformDecl(Loc, D);
375 NamedDecl *TransformFirstQualifierInScope(NamedDecl *D, SourceLocation Loc) {
376 return cast_or_null<NamedDecl>(getDerived().TransformDecl(Loc, D));
520 bool TransformFunctionTypeParams(SourceLocation Loc,
698 QualType RebuildTypeOfExprType(Expr *Underlying, SourceLocation Loc);
708 SourceLocation Loc);
714 QualType RebuildDecltypeType(Expr *Underlying, SourceLocation Loc);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 326 bool VisitTemplateName(TemplateName Name, SourceLocation Loc);
    [all...]

Completed in 334 milliseconds

1 2 3 45