HomeSort by: relevance | last modified time | path
    Searched refs:HasConst (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
NonnullGlobalConstantsChecker.cpp 106 bool HasConst = Ty.isConstQualified();
107 if (isNonnullType(Ty) && HasConst)
116 HasConst = HasConst || Ty.isConstQualified();
117 if (isNonnullType(Ty) && HasConst)
  /src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp 1977 bool HasConst = Quals.hasConst(),
1981 if (HasConst && HasVolatile) {
1985 } else if (HasConst) {
1991 if (HasConst && HasVolatile) {
1995 } else if (HasConst) {
2044 bool HasConst = Quals.hasConst(),
2047 if (HasConst && HasVolatile) {
2051 } else if (HasConst) {
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 17424 bool HasConst = DeclRefType.isConstQualified();
17427 if (HasConst)
17803 bool HasConst = DeclRefType.isConstQualified();
17806 if (HasConst)

Completed in 44 milliseconds