OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFileContext
(Results
1 - 25
of
29
) sorted by null
1
2
/external/clang/lib/ARCMigrate/
TransGCCalls.cpp
49
if (!FD->getDeclContext()->getRedeclContext()->
isFileContext
())
Transforms.cpp
205
return DRE->getDecl()->getDeclContext()->
isFileContext
() &&
/external/clang/lib/Sema/
SemaLookup.cpp
111
assert(InnermostFileDC && InnermostFileDC->
isFileContext
());
118
if (Ctx && Ctx->
isFileContext
()) {
[
all
...]
SemaAccess.cpp
117
} else if (DC->
isFileContext
()) {
268
if (FromDC->
isFileContext
() || ToDC->
isFileContext
()) return false;
340
if (Friend->
isFileContext
())
[
all
...]
SemaTemplateInstantiate.cpp
109
while (!Ctx->
isFileContext
()) {
160
Function->getDeclContext()->
isFileContext
() &&
161
(!Pattern || !Pattern->getLexicalDeclContext()->
isFileContext
())) {
[
all
...]
SemaLambda.cpp
247
while (!(DC->isFunctionOrMethod() || DC->isRecord() || DC->
isFileContext
()))
265
while (!DC->
isFileContext
()) {
[
all
...]
SemaCXXScopeSpec.cpp
[
all
...]
SemaTemplateInstantiateDecl.cpp
[
all
...]
SemaDecl.cpp
[
all
...]
SemaCodeComplete.cpp
[
all
...]
SemaTemplate.cpp
[
all
...]
SemaDeclObjC.cpp
[
all
...]
SemaStmt.cpp
[
all
...]
SemaDeclAttr.cpp
[
all
...]
SemaExprCXX.cpp
141
if (DC && DC->
isFileContext
()) {
[
all
...]
/external/clang/lib/AST/
DeclBase.cpp
851
if (getParent()->getRedeclContext()->
isFileContext
() &&
880
if (
isFileContext
())
[
all
...]
CXXInheritance.cpp
130
for (; !CurContext->
isFileContext
(); CurContext = CurContext->getParent())
Decl.cpp
579
assert(D->getDeclContext()->getRedeclContext()->
isFileContext
() &&
[
all
...]
Expr.cpp
515
if (DC->
isFileContext
())
[
all
...]
ItaniumMangle.cpp
[
all
...]
/external/clang/include/clang/AST/
DeclBase.h
[
all
...]
Decl.h
[
all
...]
/external/clang/lib/Frontend/
ASTUnit.cpp
[
all
...]
/external/clang/lib/Parse/
ParseExpr.cpp
[
all
...]
/external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
[
all
...]
Completed in 375 milliseconds
1
2