OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldExternalizeStaticVar
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCUDANV.cpp
278
if (CGM.getContext().
shouldExternalizeStaticVar
(ND) &&
CodeGenModule.cpp
1267
if (CGM.getContext().
shouldExternalizeStaticVar
(ND) &&
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
3157
bool
shouldExternalizeStaticVar
(const Decl *D) const;
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
10743
if (Context.
shouldExternalizeStaticVar
(D))
11637
bool ASTContext::
shouldExternalizeStaticVar
(const Decl *D) const {
Completed in 84 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026