OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findMacroSpelling
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp
564
!
findMacroSpelling
(MaybeMacroLoc, "NULL"))
1863
bool Sema::
findMacroSpelling
(SourceLocation &locref, StringRef name) {
SemaType.cpp
95
if (S.
findMacroSpelling
(loc, "__strong")) name = "__strong";
97
if (S.
findMacroSpelling
(loc, "__weak")) name = "__weak";
SemaStmt.cpp
260
if (
findMacroSpelling
(SpellLoc, "UNREFERENCED_PARAMETER"))
SemaExpr.cpp
7746
if (!
findMacroSpelling
(loc, "NULL"))
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
1766
bool
findMacroSpelling
(SourceLocation &loc, StringRef name);
Completed in 47 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026