OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasLazyExternalLexicalLookups
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
1568
!
hasLazyExternalLexicalLookups
())
1574
if (
hasLazyExternalLexicalLookups
()) {
1652
hasLazyExternalLexicalLookups
())
1678
hasLazyExternalLexicalLookups
())
1739
!
hasLazyExternalLexicalLookups
()) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
1356
/// hasLazyLocalLexicalLookups,
hasLazyExternalLexicalLookups
1392
mutable uint64_t
HasLazyExternalLexicalLookups
: 1;
2412
DeclContextBits.
HasLazyExternalLexicalLookups
= true;
2504
bool
hasLazyExternalLexicalLookups
() const {
2505
return DeclContextBits.
HasLazyExternalLexicalLookups
;
2511
DeclContextBits.
HasLazyExternalLexicalLookups
= HasLELL;
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
3655
!ConstDC->
hasLazyExternalLexicalLookups
() &&
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026