HomeSort by: relevance | last modified time | path
    Searched defs:CStyle (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTraverse.h 414 bool CStyle;
418 : Verbose(V), Cleanup(C), CStyle(CS) {}
630 if (CStyle && V->kind() == Variable::VK_SFun)
706 if (CStyle) {
724 if (CStyle && E->isArrow())
750 if (!CStyle)
785 if (!CStyle) {
899 if (CStyle) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 206 QualType DestType, bool CStyle,
211 QualType DestType, bool CStyle,
217 QualType DestType, bool CStyle,
223 CanQualType DestType, bool CStyle,
231 QualType DestType,bool CStyle,
251 QualType DestType, bool CStyle,
254 QualType DestType, bool CStyle,
258 QualType DestType, bool CStyle,
925 auto TCR = TryConstCast(Self, SrcExpr, DestType, /*CStyle*/ false, msg);
937 TryAddressSpaceCast(Self, SrcExpr, DestType, /*CStyle*/ false, msg, Kind)
    [all...]

Completed in 17 milliseconds