Home
last modified time | relevance | path

Searched defs:IsExpr (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp120 bool IsExpr = Code.size() == 1 && isa<Expr>(Code[0]); in createSourceReplacements() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp267 bool IsExpr; in ParseInitializerWithPotentialDesignator() local
H A DParseObjc.cpp2966 bool Parser::ParseObjCXXMessageReceiver(bool &IsExpr, void *&TypeOrExpr) { in ParseObjCXXMessageReceiver()
3110 bool IsExpr; in ParseObjCMessageExpression() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp884 void WhitespaceManager::alignConsecutiveShortCaseStatements(bool IsExpr) { in alignConsecutiveShortCaseStatements()
H A DUnwrappedLineParser.cpp3329 void UnwrappedLineParser::parseSwitch(bool IsExpr) { in parseSwitch() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp19287 bool IsExpr = GSE->isExprPredicate(); in rebuildPotentialResultsAsNonOdrUsed() local