OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AllowAtInIdentifier
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h
50
bool
AllowAtInIdentifier
;
151
bool getAllowAtInIdentifier() { return
AllowAtInIdentifier
; }
152
void setAllowAtInIdentifier(bool v) {
AllowAtInIdentifier
= v; }
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
ELFAsmParser.cpp
810
const bool
AllowAtInIdentifier
= getLexer().getAllowAtInIdentifier();
813
getLexer().setAllowAtInIdentifier(
AllowAtInIdentifier
);
Completed in 17 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026