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

  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplate.cpp 687 NamedDecl *PrevDecl = LookupSingleName(S, ParamName, D.getIdentifierLoc(),
691 DiagnoseTemplateParameterShadow(D.getIdentifierLoc(), PrevDecl);
696 T = CheckNonTypeTemplateParameterType(T, D.getIdentifierLoc());
706 D.getIdentifierLoc(),
    [all...]
SemaType.cpp 708 SourceLocation DeclLoc = declarator.getIdentifierLoc();
    [all...]
SemaObjCProperty.cpp 363 ObjCPropertyDecl::Create(Context, DC, FD.D.getIdentifierLoc(),
533 Diag(FD.D.getIdentifierLoc(), diag::err_statically_allocated_object);
537 FD.D.getIdentifierLoc(),
    [all...]
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/Parse/
Parser.cpp     [all...]
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]
ParseObjc.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 847 milliseconds