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

  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]
DumpXML.cpp 889 setFlag("const", Qs.hasConst());
ItaniumMangle.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp 715 if (Quals.hasConst())
    [all...]
CGDecl.cpp     [all...]
CGDebugInfo.cpp 475 if (Qc.hasConst()) {
    [all...]
CGExpr.cpp 814 if (!qs.hasConst() || qs.hasVolatile()) return false;
    [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 526 if (Q.hasConst())
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h 187 bool hasConst() const { return Mask & Const; }
378 return hasConst();
    [all...]

Completed in 771 milliseconds