OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getIdentifierNamespace
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Lookup.h
377
unsigned
getIdentifierNamespace
() const {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
814
unsigned
getIdentifierNamespace
() const {
819
return
getIdentifierNamespace
() & NS;
825
return isTagIdentifierNamespace(
getIdentifierNamespace
());
1085
if (Prev && Prev->
getIdentifierNamespace
() & IDNS_Ordinary)
1120
(Prev && Prev->
getIdentifierNamespace
() & IDNS_Tag))
1128
(Prev && Prev->
getIdentifierNamespace
() & IDNS_Ordinary))
Completed in 27 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026