OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LineType
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
TokenAnnotator.h
26
enum
LineType
{
127
LineType
Type;
ContinuationIndenter.cpp
31
LineType
LineType
) {
32
return Style.IndentWrappedFunctionNames ||
LineType
== LT_ObjCMethodDecl;
TokenAnnotator.cpp
1197
LineType
parsePreprocessorDirective() {
1199
LineType
Type = LT_PreprocessorDirective;
1261
LineType
parseLine() {
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfReader.cpp
109
enum class
LineType
{
127
static bool ParseLine(const StringRef &Input,
LineType
&LineTy, uint32_t &Depth,
138
LineTy =
LineType
::Metadata;
158
LineTy =
LineType
::BodyProfile;
215
LineTy =
LineType
::CallSiteProfile;
281
LineType
LineTy;
292
if (SeenMetadata && LineTy !=
LineType
::Metadata) {
302
case
LineType
::CallSiteProfile: {
310
case
LineType
::BodyProfile: {
324
case
LineType
::Metadata:
[
all
...]
Completed in 28 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026