Home
last modified time | relevance | path

Searched refs:DiagSelect (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DCommentSema.cpp103 unsigned DiagSelect; in checkFunctionDeclVerbatimLine() local
106 DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 1 : 0; in checkFunctionDeclVerbatimLine()
109 DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 2 : 0; in checkFunctionDeclVerbatimLine()
112 DiagSelect = !isObjCMethodDecl() ? 3 : 0; in checkFunctionDeclVerbatimLine()
115 DiagSelect = !isObjCMethodDecl() ? 4 : 0; in checkFunctionDeclVerbatimLine()
118 DiagSelect = !isFunctionPointerVarDecl() ? 5 : 0; in checkFunctionDeclVerbatimLine()
121 DiagSelect = 0; in checkFunctionDeclVerbatimLine()
124 if (DiagSelect) in checkFunctionDeclVerbatimLine()
127 << (DiagSelect-1) << (DiagSelect-1) in checkFunctionDeclVerbatimLine()
135 unsigned DiagSelect; in checkContainerDeclVerbatimLine() local
[all …]
/external/llvm-project/clang/lib/AST/
DCommentSema.cpp103 unsigned DiagSelect; in checkFunctionDeclVerbatimLine() local
106 DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 1 : 0; in checkFunctionDeclVerbatimLine()
109 DiagSelect = (!isAnyFunctionDecl() && !isFunctionTemplateDecl())? 2 : 0; in checkFunctionDeclVerbatimLine()
112 DiagSelect = !isObjCMethodDecl() ? 3 : 0; in checkFunctionDeclVerbatimLine()
115 DiagSelect = !isObjCMethodDecl() ? 4 : 0; in checkFunctionDeclVerbatimLine()
118 DiagSelect = !isFunctionPointerVarDecl() ? 5 : 0; in checkFunctionDeclVerbatimLine()
121 DiagSelect = 0; in checkFunctionDeclVerbatimLine()
124 if (DiagSelect) in checkFunctionDeclVerbatimLine()
127 << (DiagSelect-1) << (DiagSelect-1) in checkFunctionDeclVerbatimLine()
135 unsigned DiagSelect; in checkContainerDeclVerbatimLine() local
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp1337 auto DiagSelect = [&]() -> llvm::Optional<unsigned> { in SemaBuiltinLaunder() local
1346 if (DiagSelect.hasValue()) { in SemaBuiltinLaunder()
1348 << DiagSelect.getValue() << TheCall->getSourceRange(); in SemaBuiltinLaunder()