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

  /external/clang/lib/Sema/
SemaCast.cpp 157 QualType DestType, bool CStyle,
162 QualType DestType, bool CStyle,
168 QualType DestType, bool CStyle,
174 CanQualType DestType, bool CStyle,
182 QualType DestType,bool CStyle,
202 QualType DestType, bool CStyle,
205 QualType DestType, bool CStyle,
735 if (TryConstCast(Self, SrcExpr, DestType, /*CStyle*/false, msg) != TC_Success
    [all...]
SemaOverload.cpp 75 bool CStyle,
82 bool CStyle);
    [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 388 bool CStyle; // Print exprs in C-like syntax.
392 : Verbose(V), Cleanup(C), CStyle(CS)
613 if (CStyle && V->kind() == Variable::VK_SFun)
689 if (CStyle) {
707 if (CStyle && E->isArrow()) {
735 if (!CStyle)
770 if (!CStyle) {
867 if (CStyle) {
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 226 milliseconds