OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:location_size
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCXXScopeSpec.cpp
998
(sizeof(NestedNameSpecifierAnnotation) + SS.
location_size
()),
1003
memcpy(Annotation + 1, SS.location_data(), SS.
location_size
());
TreeTransform.h
4133
if (SS.
location_size
() == NNS.getDataLength() &&
4134
memcmp(SS.location_data(), NNS.getOpaqueData(), SS.
location_size
()) == 0)
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
222
unsigned
location_size
() const { return Builder.getBuffer().second; }
function in class:clang::CXXScopeSpec
Completed in 26 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026