OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isFileScope
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h
3356
bool
isFileScope
() const { return TInfoAndScope.getInt(); }
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
6896
bool
isFileScope
= !CurContext->isFunctionOrMethod();
6917
(getLangOpts().CPlusPlus && !(
isFileScope
&& literalType->isArrayType()))
6921
if (
isFileScope
)
6929
VK, LiteralExpr,
isFileScope
);
6930
if (
isFileScope
) {
6946
if (!
isFileScope
&& !getLangOpts().CPlusPlus) {
Completed in 34 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026