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 684 NamedDecl *PrevDecl = LookupSingleName(S, ParamName, D.getIdentifierLoc(),
688 DiagnoseTemplateParameterShadow(D.getIdentifierLoc(), PrevDecl);
693 T = CheckNonTypeTemplateParameterType(T, D.getIdentifierLoc());
703 D.getIdentifierLoc(),
    [all...]
SemaType.cpp 586 SourceLocation DeclLoc = declarator.getIdentifierLoc();
    [all...]
SemaObjCProperty.cpp 240 ObjCPropertyDecl::Create(Context, DC, FD.D.getIdentifierLoc(),
406 Diag(FD.D.getIdentifierLoc(), diag::err_statically_allocated_object);
410 FD.D.getIdentifierLoc(),
    [all...]
SemaDeclObjC.cpp     [all...]
  /external/clang/lib/Parse/
Parser.cpp 874 D.getIdentifierLoc(),
    [all...]
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]
ParseObjc.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 838 milliseconds