Home
last modified time | relevance | path

Searched defs:IsCpp (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp45 const bool IsCpp = LangOpts.CXXOperatorNames; in isTypeName() local
H A DTokenAnnotator.h267 bool IsCpp; variable
H A DUnwrappedLineParser.h321 bool IsCpp; variable
H A DTokenAnnotator.cpp87 static bool isCppAttribute(bool IsCpp, const FormatToken &Tok) { in isCppAttribute()
3111 bool IsCpp; member in clang::format::__anonadd98d890111::AnnotatingParser
3747 const bool IsCpp = LangOpts.CXXOperatorNames; in isFunctionDeclarationName() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp108 bool IsCpp = (ConvertedCppObject != nullptr); in run() local