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

  /external/clang/lib/Sema/
DeclSpec.cpp 486 case DeclSpec::TQ_const: return "const";
772 case TQ_const: TQ_constLoc = Loc; return false;
    [all...]
SemaLambda.cpp     [all...]
SemaType.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 628 if (DS.getTypeQualifiers() & DeclSpec::TQ_const)
ParseDecl.cpp     [all...]
ParseDeclCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 310 TQ_const = 1,
    [all...]

Completed in 339 milliseconds